[clang] Add _MM_FROUND_TIES_TO_EVEN to avx512fintrin.h (PR #99691)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 10:32:44 PDT 2024


================
@@ -43,6 +43,7 @@ typedef unsigned short __mmask16;
 
 /* Rounding mode macros.  */
 #define _MM_FROUND_TO_NEAREST_INT   0x00
+#define _MM_FROUND_TIES_TO_EVEN     0x00
----------------
hpkfft wrote:

I agree and have made the change.
I think this will improve readability of user code.
Thanks!

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


More information about the cfe-commits mailing list