[clang] [X86] Do not apply fast-math to the logic intriniscs (PR #118603)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 4 05:29:17 PST 2024
================
@@ -167,6 +167,8 @@ _mm512_maskz_mullo_epi64(__mmask8 __U, __m512i __A, __m512i __B) {
(__v8di)_mm512_setzero_si512());
}
+#pragma float_control(push)
----------------
phoebewang wrote:
Thanks, this is just an experiment. Unfortunately it doesn't help with https://github.com/llvm/llvm-project/issues/118152, so I turn it into draft. Will be back to it if I find useful scenarios.
https://github.com/llvm/llvm-project/pull/118603
More information about the cfe-commits
mailing list