This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ad2991b2749 aarch64: Fix ICE when op2 is zero for SVE2 saturating add i [...] new e5731a4bc50 AVR: Speed up IEEE double comparisons. new efb3cd64fde AVR/LibF7: target/122177 - fix fmin / fmax return value for [...]
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/testsuite/gcc.target/avr/cmpdi-1.c | 149 +++++++++++++++++ gcc/testsuite/gcc.target/avr/fminfmax-1.c | 116 +++++++++++++ libgcc/config/avr/libf7/f7-wraps.h | 98 +---------- libgcc/config/avr/libf7/libf7-asm.sx | 262 ++++++++++++++++++++++++++++++ libgcc/config/avr/libf7/libf7-common.mk | 5 +- 5 files changed, 532 insertions(+), 98 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/cmpdi-1.c create mode 100644 gcc/testsuite/gcc.target/avr/fminfmax-1.c