[clang] [Headers][X86] Allow integer arithmetic intrinsics to be used in constexpr (PR #152986)

Keyv Chan via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 17 19:30:12 PDT 2025


================
@@ -24,7 +24,7 @@
                  __target__("avx512vl,avx512dq,no-evex512"),                   \
                  __min_vector_width__(256)))
 
-static __inline__ __m256i __DEFAULT_FN_ATTRS256
+static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR
----------------
keyvchan wrote:

Thanks, I will try it later. 

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


More information about the cfe-commits mailing list