[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:49 PDT 2024


================
@@ -710,6 +728,7 @@ _mm_cmpge_ps(__m128 __a, __m128 __b)
 ///
 ///    The comparison yields 0x0 for false, 0xFFFFFFFF for true, in the
 ///    low-order bits of a vector of [4 x float].
+///    If either value in a comparison is NaN, returns false.
----------------
pogo59 wrote:

Yes, thank you!

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


More information about the cfe-commits mailing list