From a62a8f3296e82bc107f3a03db7329d36eb644220 Mon Sep 17 00:00:00 2001 From: Pierre Blanchard Date: Thu, 31 Oct 2024 14:20:55 +0000 Subject: [PATCH] Enable all arch to be cross-tested with gcc --- .github/workflows/build_and_test.yml | 18 +++++++++--------- README.md | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 203bfe1b..1c1b4e6f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -305,15 +305,15 @@ jobs: - arch: s390x compiler: llvm # RISC-V - # - arch: riscv64 - # compiler: gcc - # qemu_cpu: "rv64,zba=true,zbb=true,zbs=true,v=false" - # - arch: riscv64 - # compiler: gcc - # qemu_cpu: "rv64,zba=true,zbb=true,zbs=true,v=true,vlen=128,elen=64,vext_spec=v1.0" - # - arch: riscv64 - # compiler: gcc - # qemu_cpu: "rv64,zba=true,zbb=true,zbs=true,v=true,vlen=256,elen=64,vext_spec=v1.0" + - arch: riscv64 + compiler: gcc + qemu_cpu: "rv64,zba=true,zbb=true,zbs=true,v=false" + - arch: riscv64 + compiler: gcc + qemu_cpu: "rv64,zba=true,zbb=true,zbs=true,v=true,vlen=128,elen=64,vext_spec=v1.0" + - arch: riscv64 + compiler: gcc + qemu_cpu: "rv64,zba=true,zbb=true,zbs=true,v=true,vlen=256,elen=64,vext_spec=v1.0" - arch: riscv64 compiler: llvm qemu_cpu: "rv64,zba=true,zbb=true,zbs=true,v=false" diff --git a/README.md b/README.md index a7ba0c04..a37b9125 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Compilation of SLEEF on previously supported environments might still be safe, w N/A RISC-V
(riscv64)RVV1, RVV2 - N/A (14+):green_circle:N/A + :green_circle::green_circle:N/A N/A N/A