We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c078a commit 7793a10Copy full SHA for 7793a10
.github/workflows/cross-sve.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v6
43
- name: Setup
44
run: |
45
- cmake -B _build \
+ cmake -B build \
46
-GNinja \
47
-DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON \
48
-DCMAKE_BUILD_TYPE=Release \
@@ -61,5 +61,4 @@ jobs:
61
echo "XSIMD_TEST_CPU_ASSUME_SVE=1" >> "$GITHUB_ENV"
62
echo "XSIMD_TEST_CPU_ASSUME_MANUFACTURER=unknown" >> "$GITHUB_ENV"
63
- name: Testing xsimd
64
- run: qemu-aarch64 --cpu max,sve${{ matrix.vector_bits }}=on ./test/test_xsimd
65
- working-directory: ${{ github.workspace }}/_build
+ run: qemu-aarch64 --cpu max,sve${{ matrix.vector_bits }}=on ./build/test/test_xsimd
0 commit comments