[clang] [Headers][X86] VectorExprEvaluator::VisitCallExpr - allow SSE/AVX2/AVX512 pack intrinsics to be used in constexpr (PR #156003)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 21 20:36:59 PDT 2025
================
@@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//
#include "../ExprConstShared.h"
#include "Boolean.h"
+#include "ByteCode/FixedPoint.h"
----------------
woruyu wrote:
Fixed!
https://github.com/llvm/llvm-project/pull/156003
More information about the cfe-commits
mailing list