This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 76eb9c49275 RISC-V: Allow VLS types using up to LMUL 8 new 7304e83f1f2 AVR: target/122210 - Add fixed-point -> double conversions. new b0bc615d937 AVR: target/122210 - Add double -> fixed-point conversions.
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/dtofx.c | 98 ++++++++++++++++ gcc/testsuite/gcc.target/avr/fxtod.c | 115 +++++++++++++++++++ libgcc/config/avr/libf7/libf7-asm.sx | 193 ++++++++++++++++++++++++++++++++ libgcc/config/avr/libf7/libf7-common.mk | 8 ++ 4 files changed, 414 insertions(+) create mode 100644 gcc/testsuite/gcc.target/avr/dtofx.c create mode 100644 gcc/testsuite/gcc.target/avr/fxtod.c