This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6177b45fcdc Handle T_HRESULT types in CodeView records new 61622cfa463 i386: Utilize VCOMSBF16 for BF16 Comparisons with AVX10.2
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: gcc/config/i386/i386-expand.cc | 22 +++-- gcc/config/i386/i386.cc | 22 ++--- gcc/config/i386/i386.h | 7 +- gcc/config/i386/i386.md | 33 +++++-- gcc/testsuite/gcc.target/i386/avx10_2-comibf-1.c | 40 ++++++++ gcc/testsuite/gcc.target/i386/avx10_2-comibf-2.c | 118 +++++++++++++++++++++++ 6 files changed, 214 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-comibf-1.c create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-comibf-2.c