Skip to content

Commit abe7192

Browse files
[ci] Decrease the number of emulated bits
1 parent f63bd07 commit abe7192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emulated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
-DCMAKE_C_COMPILER=$CC \
6262
-DCMAKE_CXX_COMPILER=$CXX \
6363
-DXSIMD_ENABLE_WERROR=ON \
64-
-DCMAKE_CXX_FLAGS="-DXSIMD_DEFAULT_ARCH=emulated\<128\> -DXSIMD_WITH_EMULATED=1 ${CXXFLAGS}" \
64+
-DCMAKE_CXX_FLAGS="-DXSIMD_DEFAULT_ARCH=emulated\<64\> -DXSIMD_WITH_EMULATED=1 ${CXXFLAGS}" \
6565
-G Ninja
6666
- name: Build
6767
run: ninja -C _build

0 commit comments

Comments
 (0)