This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8ccfa57177f Daily bump. new 666f167bec0 RISC-V: Add vector type of BFloat16 format new 02a3bf5e2f0 AVX512BF16: Do not allow permutation with vcvtne2ps2bf16 [P [...]
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/predicates.md | 11 -- gcc/config/i386/sse.md | 35 ------- gcc/config/riscv/genrvv-type-indexer.cc | 115 +++++++++++++++++++++ gcc/config/riscv/riscv-modes.def | 30 +++++- gcc/config/riscv/riscv-vector-builtins-types.def | 50 +++++++++ gcc/config/riscv/riscv-vector-builtins.cc | 7 +- gcc/config/riscv/riscv-vector-builtins.def | 55 +++++++++- gcc/config/riscv/riscv-vector-builtins.h | 1 + gcc/config/riscv/riscv-vector-switch.def | 36 +++++++ .../i386/vpermt2-special-bf16-shufflue.c | 3 +- 10 files changed, 292 insertions(+), 51 deletions(-)