]> git.ipfire.org Git - thirdparty/gcc.git/commit
AVR/LibF7: Implement sincos.
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 6 Oct 2025 19:31:46 +0000 (21:31 +0200)
committerGeorg-Johann Lay <avr@gjlay.de>
Mon, 6 Oct 2025 19:37:59 +0000 (21:37 +0200)
commite3a05e050226aaaa4e2a2e7aee1e5651212a68f6
treeabdddf40969ee0df05bd91faa5d20b9f1ded5129
parent075310d3a3ef1a8b483b62d9535887b37f291ee4
AVR/LibF7: Implement sincos.

libgcc/config/avr/libf7/
* libf7-common.mk (F7_ASM_PARTS): Add D_sincos.
* libf7-asm.sx: (D_sincos): New module implements sincos / sincosl.

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