From 93a498566a5ed50d1513511e2f827c0866676e65 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 6 Dec 2006 07:08:07 +0000 Subject: [PATCH] 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 --- docs/LangRef.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/LangRef.html b/docs/LangRef.html index 1ca56a18a4e..64725a700fe 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:
  • uno: unordered (either nans)
  • true: no comparison, always returns true
  • +

    In the preceding, ordered means that neither operand is a QNAN while +unordered means that either operand may be a QNAN.

    The val1 and val2 arguments must be of floating point, or a packed floating point type. They must have identical types.