[clang] [X86][Headers] Specify result of NaN comparisons (PR #85862)

Paul T Robinson via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 20 08:05:48 PDT 2024


================
@@ -1168,8 +1202,8 @@ _mm_comige_ss(__m128 __a, __m128 __b)
 ///    operands to determine if the first operand is not equal to the second
 ///    operand.
 ///
-///    The comparison returns 0 for false, 1 for true. If either of the two
-///    lower floating-point values is NaN, returns 0.
----------------
pogo59 wrote:

That was an existing mistake, but I agree, thanks!

https://github.com/llvm/llvm-project/pull/85862


More information about the cfe-commits mailing list