https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112873
anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2023-12-06 Status|UNCONFIRMED |NEW --- Comment #4 from anlauf at gcc dot gnu.org --- (In reply to Steve Kargl from comment #3) > PS: I implemented the half-cycle trig functions (e.g., sinpi, ...) for > FreeBSD a few years ago. These have a 2-clause BSD license. I'm > willing to dual-license the code with LGPL if you think these might > be good fallback routines. Thanks for the offer. But do we actually need fallback routines? In your experience, how good (or bad) is a naive inline version like we do for the degree versions?