From ac3253203dffbb9ea0be570911d2245bb8be55e0 Mon Sep 17 00:00:00 2001 From: James Stine Date: Mon, 5 Jun 2023 11:03:59 -0500 Subject: [PATCH] Update fcvt tests for l.s/lu.s and s.l/s.lu that were missing --- tests/coverage/fpu.S | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/coverage/fpu.S b/tests/coverage/fpu.S index 879980899..7e67b8ab5 100644 --- a/tests/coverage/fpu.S +++ b/tests/coverage/fpu.S @@ -94,7 +94,10 @@ main: fcvt.wu.q a0, ft3 fcvt.l.q a0, ft3 fcvt.lu.q a0, ft3 - + fcvt.l.s a0, ft0 + fcvt.lu.s a0, ft0 + fcvt.s.l ft0, t0 + fcvt.s.lu ft0, t0 // Tests verfying that half and quad floating point convertion instructions are not supported by rv64gc # fcvt.h.d ft3, ft0 // Somehow this instruction is taking the route on line 124