[Bug target/92635] __builtin_finited{32,64,128} should inline

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Nov 22 23:46:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92635

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>Inline ASM is not ideal since dfp classification instructions targets CRs.

If the PowerPC had the "Flag Output" inline-asm extension like x86 has:
https://gcc.gnu.org/onlinedocs/gcc-9.2.0/gcc/Extended-Asm.html#Flag-Output-Operands

Then you could express it using inline-asm without any issues.


More information about the Gcc-bugs mailing list