summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-06 07:08:07 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-06 07:08:07 +0000
commit93a498566a5ed50d1513511e2f827c0866676e65 (patch)
treec40885ea7c7064fbfbf5fade5a5396266143ebfa /docs
parent82c4bc7153d390ad1c2b369e0caef456948b8825 (diff)
downloadllvm-93a498566a5ed50d1513511e2f827c0866676e65.tar.gz
llvm-93a498566a5ed50d1513511e2f827c0866676e65.tar.bz2
llvm-93a498566a5ed50d1513511e2f827c0866676e65.tar.xz
Tie the ordered/unordered predicate descriptions to their meaning wrt
to QNAN values. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 1ca56a18a4..64725a700f 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -3152,6 +3152,8 @@ a value, just a keyword. The possibilities for the condition code are:
<li><tt>uno</tt>: unordered (either nans)</li>
<li><tt>true</tt>: no comparison, always returns true</li>
</ol>
+<p>In the preceding, <i>ordered</i> means that neither operand is a QNAN while
+<i>unordered</i> means that either operand may be a QNAN.</p>
<p>The <tt>val1</tt> and <tt>val2</tt> arguments must be of
<a href="#t_floating">floating point</a>, or a <a href="#t_packed">packed</a>
floating point type. They must have identical types.</p>