================
@@ -17,6 +17,9 @@
 
 #define __DEFAULT_FN_ATTRS_TRANSPOSE                                           
\
   __attribute__((__always_inline__, __nodebug__, __target__("amx-transpose")))
+#define __DEFAULT_FN_ATTRS_TRANSPOSE_MOVRS                                     
\
+  __attribute__((__always_inline__, __nodebug__,                               
\
+                 __target__("amx-transpose,amx-movrs")))
----------------
phoebewang wrote:

Do not put them in amxtransposeintrin.h, put them in a new file like 
amxmovrstransposeintrin.h

https://github.com/llvm/llvm-project/pull/115151
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to