aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64uf/fclass.S
diff options
context:
space:
mode:
Diffstat (limited to 'isa/rv64uf/fclass.S')
-rw-r--r--isa/rv64uf/fclass.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/isa/rv64uf/fclass.S b/isa/rv64uf/fclass.S
index 5a6361e..9bb86b1 100644
--- a/isa/rv64uf/fclass.S
+++ b/isa/rv64uf/fclass.S
@@ -17,10 +17,6 @@ RVTEST_CODE_BEGIN
# Arithmetic tests
#-------------------------------------------------------------
- #define TEST_FCLASS_S(testnum, correct, input) \
- TEST_CASE(testnum, a0, correct, li a0, input; fmv.s.x fa0, a0; \
- fclass.s a0, fa0)
-
TEST_FCLASS_S( 2, 1 << 0, 0xff800000 )
TEST_FCLASS_S( 3, 1 << 1, 0xbf800000 )
TEST_FCLASS_S( 4, 1 << 2, 0x807fffff )