This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7bdbc78bb8 Enable intrinsics of AVX512_BF16, which are supported for BF [...] new 6dab16d8d8 [X86] Move files to correct directories after D60552
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Headers/avx512bf16intrin.h | 212 ++++++++++++++++++ lib/Headers/avx512vlbf16intrin.h | 406 +++++++++++++++++++++++++++++++++++ test/CodeGen/avx512bf16-builtins.c | 74 +++++++ test/CodeGen/avx512vlbf16-builtins.c | 163 ++++++++++++++ 4 files changed, 855 insertions(+) create mode 100644 lib/Headers/avx512bf16intrin.h create mode 100644 lib/Headers/avx512vlbf16intrin.h create mode 100644 test/CodeGen/avx512bf16-builtins.c create mode 100644 test/CodeGen/avx512vlbf16-builtins.c