[llvm-commits] CVS: llvm/docs/LangRef.html

Alkis Evlogimenos alkis at cs.uiuc.edu
Sat Jun 12 20:22:00 PDT 2004


Changes in directory llvm/docs:

LangRef.html updated: 1.64 -> 1.65

---
Log message:

Really add the docs this time :-)


---
Diffs of the changes:  (+36 -1)

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.64 llvm/docs/LangRef.html:1.65
--- llvm/docs/LangRef.html:1.64	Sat Jun 12 14:18:54 2004
+++ llvm/docs/LangRef.html	Sat Jun 12 20:16:15 2004
@@ -2563,6 +2563,41 @@
 </div>
 
 
+<!-- _______________________________________________________________________ -->
+<div class="doc_subsubsection">
+  <a name="i_isunordered">'<tt>llvm.isunordered</tt>' Intrinsic</a>
+</div>
+
+<div class="doc_text">
+
+<h5>Syntax:</h5>
+<pre>
+  call bool (<float or double>, <float or double>)* %llvm.isunordered(<float or double> Val1,
+                                                                      <float or double> Val2)
+</pre>
+
+<h5>Overview:</h5>
+
+<p>
+The '<tt>llvm.isunordered</tt>' intrinsic returns 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>
+
+
 
 
 <!-- ======================================================================= -->
@@ -2590,7 +2625,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/12 19:18:54 $
+  Last modified: $Date: 2004/06/13 01:16:15 $
 </address>
 </body>
 </html>





More information about the llvm-commits mailing list