[clang] [llvm] [X86][AVX10.2] Support saturated converts (PR #102592)
Freddy Ye via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 12 18:06:06 PDT 2024
================
@@ -200,6 +200,14 @@
#include <avx512vlbf16intrin.h>
#endif
+#if !defined(__SCE__) || __has_feature(modules) || defined(__AVX10_2__)
+#include <avx10_2satcvtdsintrin.h>
----------------
FreddyLeaf wrote:
merge with other avx10_2 header files.
https://github.com/llvm/llvm-project/pull/102592
More information about the cfe-commits
mailing list