This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 402d28998fa RISC-V: Fix wrong zifencei handling in riscv_subset_list::t [...] new e166cada081 Extend vpcmov to handle V8HF/V16HFmode under TARGET_XOP. new 4f442a3bcb9 x86: Update -mtune=alderlake
The 2 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-options.c | 4 +- gcc/config/i386/i386.c | 1 + gcc/config/i386/sse.md | 8 +-- gcc/config/i386/x86-tune-costs.h | 120 +++++++++++++++++++++++++++++++ gcc/config/i386/x86-tune-sched.c | 2 + gcc/config/i386/x86-tune.def | 58 +++++++-------- gcc/testsuite/gcc.target/i386/pr103151.c | 18 +++++ 7 files changed, 177 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103151.c