[llvm-commits] CVS: llvm/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Sun Jan 7 00:53:42 PST 2007
Changes in directory llvm/docs:
LangRef.html updated: 1.188 -> 1.189
---
Log message:
llvm.isunordered is no longer alive.
---
Diffs of the changes: (+1 -37)
LangRef.html | 38 +-------------------------------------
1 files changed, 1 insertion(+), 37 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.188 llvm/docs/LangRef.html:1.189
--- llvm/docs/LangRef.html:1.188 Fri Jan 5 15:33:08 2007
+++ llvm/docs/LangRef.html Sun Jan 7 02:53:26 2007
@@ -173,7 +173,6 @@
<li><a href="#i_memcpy">'<tt>llvm.memcpy.*</tt>' Intrinsic</a></li>
<li><a href="#i_memmove">'<tt>llvm.memmove.*</tt>' Intrinsic</a></li>
<li><a href="#i_memset">'<tt>llvm.memset.*</tt>' Intrinsic</a></li>
- <li><a href="#i_isunordered">'<tt>llvm.isunordered.*</tt>' Intrinsic</a></li>
<li><a href="#i_sqrt">'<tt>llvm.sqrt.*</tt>' Intrinsic</a></li>
<li><a href="#i_powi">'<tt>llvm.powi.*</tt>' Intrinsic</a></li>
</ol>
@@ -4212,41 +4211,6 @@
<!-- _______________________________________________________________________ -->
<div class="doc_subsubsection">
- <a name="i_isunordered">'<tt>llvm.isunordered.*</tt>' Intrinsic</a>
-</div>
-
-<div class="doc_text">
-
-<h5>Syntax:</h5>
-<pre>
- declare bool %llvm.isunordered.f32(float Val1, float Val2)
- declare bool %llvm.isunordered.f64(double Val1, double Val2)
-</pre>
-
-<h5>Overview:</h5>
-
-<p>
-The '<tt>llvm.isunordered</tt>' intrinsics return true if either or both of the
-specified floating point values is a NAN.
-</p>
-
-<h5>Arguments:</h5>
-
-<p>
-The arguments are floating point numbers of the same type.
-</p>
-
-<h5>Semantics:</h5>
-
-<p>
-If either or both of the arguments is a SNAN or QNAN, it returns true, otherwise
-false.
-</p>
-</div>
-
-
-<!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">
<a name="i_sqrt">'<tt>llvm.sqrt.*</tt>' Intrinsic</a>
</div>
@@ -4504,7 +4468,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/01/05 21:33:08 $
+ Last modified: $Date: 2007/01/07 08:53:26 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list