diff options
| author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-03 14:32:27 +0000 |
|---|---|---|
| committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-03 14:32:27 +0000 |
| commit | ae426b4a619de2141ed5c5942cbf2aed591fe465 (patch) | |
| tree | 3ac089559ad75aa1e8598e7d12e56d65260d0952 /llvm/docs | |
| parent | ca0440826a0649d03e9a106342b21b2f151d6ff4 (diff) | |
| download | bcm5719-llvm-ae426b4a619de2141ed5c5942cbf2aed591fe465.tar.gz bcm5719-llvm-ae426b4a619de2141ed5c5942cbf2aed591fe465.zip | |
Remove comment that no target supports 128-bit IEEE floats
The soon-to-be-committed SystemZ port uses 128-bit IEEE floats.
MIPS64 GNU/Linux does too (albeit with unusual NaNs).
llvm-svn: 181016
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 382314e166b..410f640776e 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -1854,11 +1854,11 @@ 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 128-bit format used by PowerPC (two adjacent doubles) is represented by ``0xM`` followed by 32 hexadecimal digits. The IEEE 128-bit format is -represented by ``0xL`` followed by 32 hexadecimal digits; no currently -supported target uses this format. Long doubles will only work if they -match the long double format on your target. The IEEE 16-bit format -(half precision) is represented by ``0xH`` followed by 4 hexadecimal -digits. All hexadecimal formats are big-endian (sign bit at the left). +represented by ``0xL`` followed by 32 hexadecimal digits. Long doubles +will only work if they match the long double format on your target. +The IEEE 16-bit format (half precision) is represented by ``0xH`` +followed by 4 hexadecimal digits. All hexadecimal formats are big-endian +(sign bit at the left). There are no constants of type x86mmx. |

