[clang] [llvm] [X86][AMX] Support AMX-AVX512 (PR #114070)
Feng Zou via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 6 19:23:49 PST 2024
================
@@ -133,6 +133,12 @@ TARGET_BUILTIN(__builtin_ia32_t2rpntlvwz0t1_internal, "vUsUsUsV256i*V256i*vC*z",
TARGET_BUILTIN(__builtin_ia32_t2rpntlvwz1_internal, "vUsUsUsV256i*V256i*vC*z", "n", "amx-transpose")
TARGET_BUILTIN(__builtin_ia32_t2rpntlvwz1t1_internal, "vUsUsUsV256i*V256i*vC*z", "n", "amx-transpose")
TARGET_BUILTIN(__builtin_ia32_ttransposed_internal, "V256iUsUsV256i", "n", "amx-transpose")
+TARGET_BUILTIN(__builtin_ia32_tcvtrowd2ps_internal, "V16fUsUsV256iUi", "n", "amx-avx512")
----------------
fzou1 wrote:
Is "avx10.2-512" feature needed to be added for the intrinsics here and there?
https://github.com/llvm/llvm-project/pull/114070
More information about the cfe-commits
mailing list