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 | e1fd80a2460982032ca3a8892208991158eea8fc (patch) | |
| tree | 3774bef2d3d4ebe031f3c8278b289697e2c54a3c /llvm/docs/LLVMVsTheWorld.html | |
| parent | c806b221103ba10bb92e4960e14741c5dea76b63 (diff) | |
| download | bcm5719-llvm-e1fd80a2460982032ca3a8892208991158eea8fc.tar.gz bcm5719-llvm-e1fd80a2460982032ca3a8892208991158eea8fc.zip | |
Update section on GNU lightning fp.
llvm-svn: 9935
Diffstat (limited to 'llvm/docs/LLVMVsTheWorld.html')
| -rw-r--r-- | llvm/docs/LLVMVsTheWorld.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/LLVMVsTheWorld.html b/llvm/docs/LLVMVsTheWorld.html index 005a3a60871..bd06debbaa6 100644 --- a/llvm/docs/LLVMVsTheWorld.html +++ b/llvm/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> |

