File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19285,7 +19285,11 @@ The quiet comparison operation performed by
19285
19285
'``llvm.experimental.constrained.fcmp``' will only raise an exception
19286
19286
if either operand is a SNAN. The signaling comparison operation
19287
19287
performed by '``llvm.experimental.constrained.fcmps``' will raise an
19288
- exception if either operand is a NAN (QNAN or SNAN).
19288
+ exception if either operand is a NAN (QNAN or SNAN). Such an exception
19289
+ does not preclude a result being produced (e.g. exception might only
19290
+ set a flag), therefore the distinction between ordered and unordered
19291
+ comparisons is also relevant for the
19292
+ '``llvm.experimental.constrained.fcmps``' intrinsic.
19289
19293
19290
19294
'``llvm.experimental.constrained.fmuladd``' Intrinsic
19291
19295
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments