mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
f57f55c9cb
This reverts commit d9e3116be1
.
0x513c1704 is 50.49e9, not 50.40e9
23 lines
346 B
NASM
23 lines
346 B
NASM
;; Known problematic floating-point numbers and their proper
|
|
;; encoding...
|
|
|
|
dd 1.1e10
|
|
dd 0x5023e9ac ; Should be...
|
|
|
|
dd 50.40e9
|
|
dd 0x513bc130 ; Should be...
|
|
|
|
dq 1.4e23
|
|
dq 0x44bda56a4b0835c0
|
|
|
|
dq 50.48e21
|
|
dq 0x44a5610d7502feae
|
|
|
|
dt 1.2e28
|
|
dq 0x9b18ab5df7180b6c
|
|
dw 0x405c
|
|
|
|
dt 50.46e25
|
|
dq 0xd0b29a67e95dcb60
|
|
dw 0x4057
|