[Bug tree-optimization/105384] compilation never (?) finishes with __builtin_yn{,f,l} at -O and above
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 26 06:52:29 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105384
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
The bessel functions are known to take a lot of time, there are (fixed?) older
bugreports about those and we do take some measures to speed up the
computation.
We might want to give up the idea on producing correctly rounded results and
simply invoke the host library routines here ...
More information about the Gcc-bugs
mailing list