[clang] [compiler-rt] [llvm] [X86] Add AVX512BMM support for AMD Zen 6 (znver6) (PR #182556)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 23:08:00 PDT 2026
================
@@ -58,6 +58,10 @@
#include <avx512bitalgintrin.h>
+#include <avx512bmmintrin.h>
+
+#include <avx512bmmvlintrin.h>
----------------
ganeshgit wrote:
I haven't included this change as I it needs to sync with GCC! Also for IFMA and vbmi we have the vl used after the ISA name.
https://github.com/llvm/llvm-project/pull/182556
More information about the llvm-commits
mailing list