[libc-commits] [libc] [libc][NFC] Selectively disable GCC warnings (PR #78462)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Wed Jan 17 09:02:13 PST 2024
================
@@ -25,6 +25,11 @@
#include <immintrin.h>
#endif
+// Disable GCC complaining about missing attributes when using SIMD types in
+// template specializations.
----------------
nickdesaulniers wrote:
Which attributes is it complaining about? Mind adding that to the commit message?
https://github.com/llvm/llvm-project/pull/78462
More information about the libc-commits
mailing list