]> git.ipfire.org Git - thirdparty/gcc.git/commit
AVR: target/122210 - Add double -> fixed-point 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:57 +0000 (10:43 +0200)
commitb0bc615d9374ca6293996cf3afca8cabaca0defd
tree51983fefefb6d271d71577b6af90d12af1c7d64d
parent7304e83f1f29c39df7a9de888d9c6d40b58c512a
AVR: target/122210 - Add double -> fixed-point conversions.

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

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