[llvm-commits] CVS: llvm/docs/LLVMVsTheWorld.html
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Nov 12 15:39:02 PST 2003
Changes in directory llvm/docs:
LLVMVsTheWorld.html updated: 1.3 -> 1.4
---
Log message:
Update section on GNU lightning fp.
---
Diffs of the changes: (+4 -3)
Index: llvm/docs/LLVMVsTheWorld.html
diff -u llvm/docs/LLVMVsTheWorld.html:1.3 llvm/docs/LLVMVsTheWorld.html:1.4
--- llvm/docs/LLVMVsTheWorld.html:1.3 Wed Nov 12 15:36:29 2003
+++ llvm/docs/LLVMVsTheWorld.html Wed Nov 12 15:38:50 2003
@@ -79,8 +79,9 @@
<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>
@@ -171,7 +172,7 @@
<address>Brian R. Gaeke</address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2003/11/12 21:36:29 $
+ Last modified: $Date: 2003/11/12 21:38:50 $
</div>
</body>
More information about the llvm-commits
mailing list