mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
test/floatx.asm: fix test case
"dq" should have been "dt"
This commit is contained in:
parent
513e3c1bd2
commit
31420e76d1
@ -138,7 +138,7 @@
|
|||||||
dt 0x1.ffffffffffffffffffffffffffffp-16383 ; Rounds to normal
|
dt 0x1.ffffffffffffffffffffffffffffp-16383 ; Rounds to normal
|
||||||
dt 0x1.0p-16382 ; Smallest non-denorm
|
dt 0x1.0p-16382 ; Smallest non-denorm
|
||||||
dt 0x1.0p+16383 ; Biggest possible exponent
|
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 Inf ; Infinity
|
||||||
dt NaN
|
dt NaN
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user