diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-12 21:38:50 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-12 21:38:50 +0000 |
commit | 78a371009f4519af8a1387a25f00bc382f7791d1 (patch) | |
tree | 088f01c923f7618ad53ebfc0584febaae74eccd4 | |
parent | 0c77aebe5939ba157cadbea62512c3989f01ae06 (diff) | |
download | external_llvm-78a371009f4519af8a1387a25f00bc382f7791d1.zip external_llvm-78a371009f4519af8a1387a25f00bc382f7791d1.tar.gz external_llvm-78a371009f4519af8a1387a25f00bc382f7791d1.tar.bz2 |
Update section on GNU lightning fp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9935 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LLVMVsTheWorld.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/LLVMVsTheWorld.html b/docs/LLVMVsTheWorld.html index 005a3a6..bd06deb 100644 --- a/docs/LLVMVsTheWorld.html +++ b/docs/LLVMVsTheWorld.html @@ -79,8 +79,9 @@ support. Relatively weak optimization support.</p> <p>GNU lightning: C integer types and "void *" are supported. No type checking is performed. Explicit type casts are not typically necessary unless the underlying machine-specific types are distinct (e.g., sign- or zero-extension is -apparently necessary, but casting "int" to "void *" would not be.) No floating -point (?!)</p> +apparently necessary, but casting "int" to "void *" would not be.) +Floating-point support may not work on all platforms (it does not appear to be +documented in the latest release).</p> <p>LLVM: Compositional type system based on C types, supporting structures, opaque types, and C integer and floating point types.</p> |