This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 21e75aa0ad2 Daily bump. new f2eabd3386d AVR: Speed up IEEE double comparisons. new 038bb0fb0cc 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