Remove unused fround coverage test

This commit is contained in:
Jordan Carlin 2024-11-07 13:40:07 -08:00
parent 040d6269b5
commit 6f496e0b93
No known key found for this signature in database

View File

@ -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: