[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Jun 15 16:57:04 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.199 -> 1.200
---
Log message:
llvm.isnan is dead, long live llvm.isunordered!
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.199 llvm/docs/ReleaseNotes.html:1.200
--- llvm/docs/ReleaseNotes.html:1.199 Thu Jun 10 23:35:21 2004
+++ llvm/docs/ReleaseNotes.html Tue Jun 15 16:50:46 2004
@@ -126,7 +126,7 @@
details of the bytecode format.</li>
<li>The <a href="BytecodeFormat.html">LLVM Bytecode file format</a> is now
being documented.</li>
-<li>LLVM now provides an <a href="LangRef.html#i_isnan">llvm.isnan</a> intrinsic
+<li>LLVM now provides an <a href="LangRef.html#i_isunordered">llvm.isunordered</a> intrinsic
for efficient implementation of unordered floating point comparisons.</li>
</ol>
@@ -718,7 +718,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/11 04:35:21 $
+ Last modified: $Date: 2004/06/15 21:50:46 $
</address>
</body>
More information about the llvm-commits
mailing list