mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
changes.src: fp bug: there are probably other corner cases
There are probably other corner cases where we could at the very least produce an incorrectly rounded result, so be a bit more cagey about the description of the bug. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
ee75ec2eed
commit
c06c87dbb5
@ -21,10 +21,9 @@ operator refers to an \c{EXTERN} symbol declared further down in the
|
||||
code.
|
||||
|
||||
\b Fix a corner case in the floating-point code where a binary, octal
|
||||
or hexadecimal floating-point constant starting with digits 1, 1-3, or
|
||||
8-F, respectively, and having at least 32, 11, or 8 mantissa digits,
|
||||
could produce incorrect results for the 80-bit and 128-bit
|
||||
floating-point formats.
|
||||
or hexadecimal floating-point having at least 32, 11, or 8 mantissa
|
||||
digits could produce slightly incorrect results under very specific
|
||||
conditions.
|
||||
|
||||
\S{cl-2.14} Version 2.14
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user