[libc-commits] [libc] [libc][NFC] Selectively disable GCC warnings (PR #78462)
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Wed Jan 17 13:56:25 PST 2024
================
@@ -25,6 +25,11 @@
#include <immintrin.h>
#endif
+// Disable GCC complaining about missing attributes when using SIMD types in
+// template specializations.
----------------
gchatelet wrote:
Sure thing. Done!
https://github.com/llvm/llvm-project/pull/78462
More information about the libc-commits
mailing list