mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 09:57:24 +00:00
Documentation: fix a typo 'IEE754'
Reported on IRC by _savage llvm-svn: 172677
This commit is contained in:
parent
b5f3c9cf1b
commit
1c55c0f885
@ -1754,7 +1754,7 @@ and disassembly do not cause any bits to change in the constants.
|
||||
When using the hexadecimal form, constants of types half, float, and
|
||||
double are represented using the 16-digit form shown above (which
|
||||
matches the IEEE754 representation for double); half and float values
|
||||
must, however, be exactly representable as IEE754 half and single
|
||||
must, however, be exactly representable as IEEE 754 half and single
|
||||
precision, respectively. Hexadecimal format is always used for long
|
||||
double, and there are three forms of long double. The 80-bit format used
|
||||
by x86 is represented as ``0xK`` followed by 20 hexadecimal digits. The
|
||||
|
Loading…
x
Reference in New Issue
Block a user