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

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 19 20:03:15 PDT 2024


phoebewang wrote:

What's the ties mean here? The SDM uses `Round to nearest (even)`. As for target intrinsic, I think we sholuld be close to target document. Also, will GCC accept the name? We need compatibility with GCC, or even MSVC.

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


More information about the cfe-commits mailing list