Skip to content

Commit

Permalink
Add aarch64 sve 128, 256, and 512bits configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Nov 2, 2023
1 parent b34f651 commit ab19b7c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ jobs:
matrix:
include:
- arch: aarch64
qemu_cpu: "max"
qemu_cpu: "max,sve=off"
- arch: aarch64
qemu_cpu: "max,sve=on,sve128=on"
- arch: aarch64
qemu_cpu: "max,sve=on,sve256=on"
- arch: aarch64
qemu_cpu: "max,sve=on,sve512=on"
- arch: riscv64
qemu_cpu: "rv64,zba=true,zbb=true,zbs=true,v=false"
- arch: riscv64
Expand Down

0 comments on commit ab19b7c

Please sign in to comment.