[clang] [llvm] [X86][AVX10.2] Support AVX10.2-BF16 new instructions. (PR #101603)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 06:50:36 PDT 2024
================
@@ -147,11 +147,13 @@ set(x86_files
amxcomplexintrin.h
amxfp16intrin.h
amxintrin.h
+ avx10_2_512bf16intrin.h
avx10_2_512convertintrin.h
avx10_2_512minmaxintrin.h
avx10_2_512niintrin.h
avx10_2_512satcvtintrin.h
avx10_2convertintrin.h
+ avx10_2bf16intrin.h
----------------
phoebewang wrote:
Alphabetical order
https://github.com/llvm/llvm-project/pull/101603
More information about the llvm-commits
mailing list