From 6f496e0b9307e154884d978cdb4bc37f9405eb89 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Thu, 7 Nov 2024 13:40:07 -0800 Subject: [PATCH] Remove unused fround coverage test --- tests/coverage/fround.S | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/coverage/fround.S diff --git a/tests/coverage/fround.S b/tests/coverage/fround.S deleted file mode 100644 index 7d469d773..000000000 --- a/tests/coverage/fround.S +++ /dev/null @@ -1,18 +0,0 @@ -// fround.s - -#include "WALLY-init-lib.h" - -# run-elf.bash find this in project description -main: - - bseti t0, zero, 14 # turn on FPU - csrs mstatus, t0 - - # test fround behavior on NaN - li t0, 0x7FC00001 - fmv.w.x ft0, t0 - fround.s ft1, ft0 - j done - -.align 10 -data_start: