We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f008f4 commit 2ea08d6Copy full SHA for 2ea08d6
.github/workflows/cross.yml
@@ -59,5 +59,5 @@ jobs:
59
run: cmake --build _build
60
- name: Testing xsimd
61
run: |
62
- qemu-${{ matrix.target.platform }} -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
+ qemu-${{ matrix.target.platform }} -cpu ${{ matrix.target.arch }} -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
63
working-directory: ${{ github.workspace }}/_build
0 commit comments