RKSimon wrote: @phoebewang Just to double check - this is now stripping the _MM_FROUND_RAISE_EXC tag from the non-MXCSR round builtin calls - are we OK with that?
The internal codegen I was trying to help with is using _MM_FROUND_NO_EXC, which is still safe with this PR, but I'm now worried about the general case. I understand that we ignore fpexceptions in most cases, but as its an explicit flag in the round intrinsics, I'm not sure the same rules apply. https://github.com/llvm/llvm-project/pull/171227 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
