From a3d297fa46ff231888e810303dc369a634a7923a Mon Sep 17 00:00:00 2001 From: Marek Pikuła Date: Thu, 26 Sep 2024 19:41:35 +0200 Subject: ci: riscv64: Verify if tests run on target without RVV MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To ensure that the runtime discovery works correctly, and RVV code is disabled for target without RVV extension. Signed-off-by: Marek Pikuła --- .gitlab-ci.d/03-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.d/03-test.yml b/.gitlab-ci.d/03-test.yml index 90003c5..683c200 100644 --- a/.gitlab-ci.d/03-test.yml +++ b/.gitlab-ci.d/03-test.yml @@ -149,6 +149,8 @@ include: inputs: target: linux-riscv64 qemu_cpu: + # Test on target without RVV (verify no autovectorization). + - rv64,v=false # Test correctness for different VLENs. - rv64,v=true,vext_spec=v1.0,vlen=128,elen=64 - rv64,v=true,vext_spec=v1.0,vlen=256,elen=64 -- cgit v1.2.3