This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8b794e9ef2 [x86][icelake][bitalg] added bitalg feature recognition adde [...] new cd1ee44941 [x86][icelake][vnni] added vnni feature recognition added in [...]
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: include/clang/Basic/BuiltinsX86.def | 25 +++ include/clang/Driver/Options.td | 2 + lib/Basic/Targets/X86.cpp | 12 +- lib/Basic/Targets/X86.h | 1 + lib/Headers/CMakeLists.txt | 2 + lib/Headers/avx512vlvnniintrin.h | 254 +++++++++++++++++++++++++++++ lib/Headers/avx512vnniintrin.h | 146 +++++++++++++++++ lib/Headers/immintrin.h | 9 + test/CodeGen/attr-target-x86.c | 4 +- test/CodeGen/avx512vlvnni-builtins.c | 148 +++++++++++++++++ test/CodeGen/avx512vnni-builtins.c | 76 +++++++++ test/Driver/x86-target-features.c | 5 + test/Preprocessor/predefined-arch-macros.c | 2 + 13 files changed, 682 insertions(+), 4 deletions(-) create mode 100644 lib/Headers/avx512vlvnniintrin.h create mode 100644 lib/Headers/avx512vnniintrin.h create mode 100644 test/CodeGen/avx512vlvnni-builtins.c create mode 100644 test/CodeGen/avx512vnni-builtins.c