[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 10:14:01 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:

I tried a better explanation, let me know what you think.

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


More information about the libc-commits mailing list