Am 31.05.24 um 17:00 schrieb Paul Koning:
On May 31, 2024, at 9:52 AM, Georg-Johann Lay <a...@gjlay.de> wrote:
What's the recommended way to stop built-in expansions in gcc?
For example, avr-gcc expands isinff() to a bloated version of an isinff()
implementation that's written in asm (PR115307).
Johann
Isn't that up to the target back end?
paul
Yes, that's the reason why it's a target PR.
My question is where/how to do it.
It's clear that twiddling the options works and is a simple and
comprehensible solution, but it seems a bit of a hack to me.
Johann