This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 904fbe96180 Daily bump. new 4638e508aa8 RISC-V: Add Zfbfmin extension
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/riscv/iterators.md | 6 +- gcc/config/riscv/riscv.cc | 4 +- gcc/config/riscv/riscv.md | 49 +++++++++++++--- .../gcc.target/riscv/zfbfmin-bf16_arithmetic.c | 35 ++++++++++++ ...bf16_comparison.c => zfbfmin-bf16_comparison.c} | 17 +++--- .../riscv/zfbfmin-bf16_float_libcall_convert.c | 45 +++++++++++++++ .../riscv/zfbfmin-bf16_integer_libcall_convert.c | 66 ++++++++++++++++++++++ 7 files changed, 202 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/zfbfmin-bf16_arithmetic.c copy gcc/testsuite/gcc.target/riscv/{bf16_comparison.c => zfbfmin-bf16_comparison. [...] create mode 100644 gcc/testsuite/gcc.target/riscv/zfbfmin-bf16_float_libcall_convert.c create mode 100644 gcc/testsuite/gcc.target/riscv/zfbfmin-bf16_integer_libcall_convert.c