File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RVTEST_DATA_BEGIN
102102tdat:
103103.word 0xffffffff
104104.word 0x7fffffff
105- .word 0xff800000
105+ .word nInff
106106.word Inff
107107
108108tdat_d:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RVTEST_CODE_BEGIN
1717 # Arithmetic tests
1818 # -------------------------------------------------------------
1919
20- TEST_FCLASS_S( 2 , 1 << 0 , 0xff800000 )
20+ TEST_FCLASS_S( 2 , 1 << 0 , nInff )
2121 TEST_FCLASS_S( 3 , 1 << 1 , 0xbf800000 )
2222 TEST_FCLASS_S( 4 , 1 << 2 , 0x807fffff )
2323 TEST_FCLASS_S( 5 , 1 << 3 , 0x80000000 )
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ RVTEST_DATA_BEGIN
9393tdat:
9494.word 0xffffffff
9595.word 0x7fffffff
96- .word 0xff800000
96+ .word nInff
9797.word Inff
9898
9999tdat_d:
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RVTEST_DATA_BEGIN
9292#tdat:
9393#.word 0xffffffff
9494#.word 0x7fffffff
95- #.word 0xff800000
95+ #.word nInff
9696#.word Inff
9797
9898tdat:
You can’t perform that action at this time.
0 commit comments