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

via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 23:16:37 PDT 2024


================
@@ -513,7 +526,7 @@ static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_cmpge_pd(__m128d __a,
 ///    operand are ordered with respect to those in the second operand.
 ///
 ///    A pair of double-precision values are "ordered" with respect to each
----------------
craigflores wrote:

Line 528: Remove the quotation marks around "ordered"? What do they add? Note that there are other instances of this (as well as "unordered" where the quotation marks are inserted) that I have not commented on.

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


More information about the cfe-commits mailing list