aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64ud
diff options
context:
space:
mode:
Diffstat (limited to 'isa/rv64ud')
-rw-r--r--isa/rv64ud/fclass.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/isa/rv64ud/fclass.S b/isa/rv64ud/fclass.S
index 3daace0..3939490 100644
--- a/isa/rv64ud/fclass.S
+++ b/isa/rv64ud/fclass.S
@@ -17,10 +17,6 @@ RVTEST_CODE_BEGIN
# Arithmetic tests
#-------------------------------------------------------------
- #define TEST_FCLASS_D(testnum, correct, input) \
- TEST_CASE(testnum, a0, correct, li a0, input; fmv.d.x fa0, a0; \
- fclass.d a0, fa0)
-
TEST_FCLASS_D( 2, 1 << 0, 0xfff0000000000000 )
TEST_FCLASS_D( 3, 1 << 1, 0xbff0000000000000 )
TEST_FCLASS_D( 4, 1 << 2, 0x800fffffffffffff )