Skip to content

Commit dabd81d

Browse files
WIP
1 parent 0fa582d commit dabd81d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cross-ppc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
matrix:
1212
target:
13-
- { platform: 'ppc64le', dir: 'powerpc64le-linux-gnu', flags: '-maltivec -mvsx -mcpu=power10', full: 'OFF' }
14-
- { platform: 'ppc64', dir: 'powerpc64-linux-gnu', flags: '-maltivec -mvsx -mcpu=power10', full: 'OFF' }
13+
- { platform: 'ppc64le', dir: 'powerpc64le-linux-gnu', flags: '-maltivec -mvsx', full: 'OFF' }
14+
- { platform: 'ppc64', dir: 'powerpc64-linux-gnu', flags: '-maltivec -mvsx -mcpu=power8', full: 'OFF' }
1515
sys:
1616
- { compiler: 'gcc', version: '12' }
1717
steps:
@@ -40,5 +40,5 @@ jobs:
4040
run: cmake --build _build --verbose -j1
4141
- name: Testing xsimd
4242
run: |
43-
qemu-${{ matrix.target.platform }} -cpu power10 -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
43+
qemu-${{ matrix.target.platform }} -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
4444
working-directory: ${{ github.workspace }}/_build

0 commit comments

Comments
 (0)