File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v6
4343 - name : Setup
4444 run : |
45- cmake -B _build \
45+ cmake -B build/ \
4646 -GNinja \
4747 -DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON \
4848 -DCMAKE_BUILD_TYPE=Release \
5252 -DCMAKE_C_FLAGS="-march=armv8-a+sve -msve-vector-bits=${{ matrix.vector_bits }}" \
5353 -DCMAKE_CXX_FLAGS="-march=armv8-a+sve -msve-vector-bits=${{ matrix.vector_bits }}"
5454 - name : Build
55- run : cmake --build _build
55+ run : cmake --build build/
5656 - name : Set CPU feature test expectations
5757 run : |
5858 echo "XSIMD_TEST_CPU_ASSUME_SSE4_2=0" >> "$GITHUB_ENV"
6161 echo "XSIMD_TEST_CPU_ASSUME_SVE=1" >> "$GITHUB_ENV"
6262 echo "XSIMD_TEST_CPU_ASSUME_MANUFACTURER=unknown" >> "$GITHUB_ENV"
6363 - name : Testing xsimd
64- run : qemu-aarch64 --cpu max,sve${{ matrix.vector_bits }}=on ./test/test_xsimd
65- working-directory : ${{ github.workspace }}/_build
64+ run : qemu-aarch64 --cpu max,sve${{ matrix.vector_bits }}=on ./build/test/test_xsimd
You can’t perform that action at this time.
0 commit comments