[clang] [llvm] [X86] Support SM4 EVEX version intrinsics/instructions. (PR #113402)
Freddy Ye via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 01:57:10 PDT 2024
================
@@ -665,6 +665,9 @@ _storebe_i64(void * __P, long long __D) {
#include <avx10_2_512niintrin.h>
#include <avx10_2_512satcvtdsintrin.h>
#include <avx10_2_512satcvtintrin.h>
+#if (defined(__SM4__))
----------------
FreddyLeaf wrote:
[c0a33ab](https://github.com/llvm/llvm-project/pull/113402/commits/c0a33abe804bafe11e9dcecb092b924bcd08cdb7)
https://github.com/llvm/llvm-project/pull/113402
More information about the llvm-commits
mailing list