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 266b674 commit af22f0bCopy full SHA for af22f0b
.github/workflows/cross-ppc.yml
@@ -39,5 +39,5 @@ jobs:
39
run: cmake --build _build --verbose -j1
40
- name: Testing xsimd
41
run: |
42
- qemu-${{ matrix.target.platform }} -cpu power8 -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
+ qemu-${{ matrix.target.platform }} -cpu power10 -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
43
working-directory: ${{ github.workspace }}/_build
0 commit comments