]> git.ipfire.org Git - thirdparty/gcc.git/commit
AVR: target/122210 - Add fixed-point -> double conversions.
authorGeorg-Johann Lay <avr@gjlay.de>
Wed, 8 Oct 2025 18:02:53 +0000 (20:02 +0200)
committerGeorg-Johann Lay <avr@gjlay.de>
Thu, 9 Oct 2025 08:43:56 +0000 (10:43 +0200)
commit7304e83f1f29c39df7a9de888d9c6d40b58c512a
tree91c36cc5a7c70ea4e05c686cd482ca065d871098
parent76eb9c49275941e15cb598af5d9b58361dd65a98
AVR: target/122210 - Add fixed-point -> double conversions.

PR target/122210
libgcc/config/avr/libf7/
* libf7-common.mk (F7_ASM_PARTS): Add <fx>2D modules.
* libf7-asm.sx: Implement the <fx>2D modules.

gcc/testsuite/
* gcc.target/avr/fxtod.c: New test.
gcc/testsuite/gcc.target/avr/fxtod.c [new file with mode: 0644]
libgcc/config/avr/libf7/libf7-asm.sx
libgcc/config/avr/libf7/libf7-common.mk