[clang] [llvm] [X86][AMX] Support AMX-TF32 (PR #115625)
    Feng Zou via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Nov 10 22:50:58 PST 2024
    
    
  
================
@@ -660,6 +660,10 @@ _storebe_i64(void * __P, long long __D) {
 #include <amxavx512intrin.h>
 #endif
 
+#if !defined(__SCE__) || __has_feature(modules) || defined(__AMX_TF32__)
+#include <amxtf32intrin.h>
+#endif
+
----------------
fzou1 wrote:
Added.
https://github.com/llvm/llvm-project/pull/115625
    
    
More information about the llvm-commits
mailing list