Skip to content

Commit 404f5a7

Browse files
committed
Proper NoSIMD build
1 parent 8c02946 commit 404f5a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
arch: [x86, x64]
1515
cxx: [g++, clang++-17, ClangCl, v143]
1616
feature: [
17-
[NoSIMD, 16, ' ', ' '],
17+
[NoSIMD, 16, ' ', '/arch:IA32'],
1818
[SSE2, 16, '-msse2', '/arch:SSE2'],
1919
[SSE3, 16, '-msse3', '<not available on msvc>'],
2020
[SSSE3, 16, '-mssse3', '<not available on msvc>'],
@@ -142,7 +142,6 @@ jobs:
142142
-DCMAKE_CXX_COMPILER=${{matrix.cxx}}
143143
${{matrix.cmake_args}}
144144
-DCMAKE_BUILD_TYPE=${{matrix.build}}
145-
-DCMAKE_C_FLAGS="${{matrix.feature[2]}}"
146145
-DCMAKE_CXX_FLAGS="${{matrix.feature[2]}}"
147146
-DLANGULUS_ALIGNMENT=${{matrix.feature[1]}}
148147
-DLANGULUS_TESTING=ON

0 commit comments

Comments
 (0)