[clang] [llvm] [X86][AVX10.2] Support AVX10.2-MINMAX new instructions. (PR #101598)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 3 05:32:13 PDT 2024
================
@@ -2022,6 +2022,22 @@ TARGET_BUILTIN(__builtin_ia32_vsm4key4256, "V8UiV8UiV8Ui", "nV:256:", "sm4")
TARGET_BUILTIN(__builtin_ia32_vsm4rnds4128, "V4UiV4UiV4Ui", "nV:128:", "sm4")
TARGET_BUILTIN(__builtin_ia32_vsm4rnds4256, "V8UiV8UiV8Ui", "nV:256:", "sm4")
+// AVX10-MINMAX
----------------
phoebewang wrote:
Suggest using `AVX10 MINMAX` in case someone will think it's a real CPUID.
https://github.com/llvm/llvm-project/pull/101598
More information about the llvm-commits
mailing list