[clang] [X86] Do not apply fast-math to the logic intriniscs (PR #118603)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 4 05:17:23 PST 2024


================
@@ -167,6 +167,8 @@ _mm512_maskz_mullo_epi64(__mmask8 __U, __m512i __A, __m512i __B) {
                                              (__v8di)_mm512_setzero_si512());
 }
 
+#pragma float_control(push)
----------------
arsenm wrote:

Needs tests 

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


More information about the cfe-commits mailing list