test/floatx.asm: fix test case

"dq" should have been "dt"
This commit is contained in:
H. Peter Anvin 2007-10-19 14:26:52 -07:00
parent 513e3c1bd2
commit 31420e76d1

View File

@ -138,7 +138,7 @@
dt 0x1.ffffffffffffffffffffffffffffp-16383 ; Rounds to normal
dt 0x1.0p-16382 ; Smallest non-denorm
dt 0x1.0p+16383 ; Biggest possible exponent
dq 0x1.ffffffffffffffffffffffffffffp+16383 ; Rounds to infinity
dt 0x1.ffffffffffffffffffffffffffffp+16383 ; Rounds to infinity
dt Inf ; Infinity
dt NaN