[clang] [X86] Add MMX/SSE/AVX PHADD/SUB & HADDPS/D intrinsics to be used in constexpr (PR #156822)

via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 28 10:53:54 PDT 2025


================
@@ -19,6 +20,7 @@
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/SipHash.h"
+#include <cassert>
----------------
whytolearn wrote:

yes, have delete

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


More information about the cfe-commits mailing list