[clang] [Headers][X86] Add rounding and exception notes to conversions (PR #83447)

Paul T Robinson via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 7 18:08:11 PST 2024


================
@@ -2180,7 +2180,8 @@ _mm256_cvtepi32_pd(__m128i __a)
   return (__m256d)__builtin_convertvector((__v4si)__a, __v4df);
 }
 
-/// Converts a vector of [8 x i32] into a vector of [8 x float].
+/// Converts a vector of [8 x i32] into a vector of [8 x float]. Rounds inexact
+///    results according to the rounding control bits in the MXCSR register.
----------------
pogo59 wrote:

Discussed this internally and agreed that it is not necessary.

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


More information about the cfe-commits mailing list