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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #16 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Most of the missing functions are the long double variants. We could certainly
have a separate macro for long double math, which might help several targets.

The other missing ones are fdim, fma, fmin, fmax, nearbyint, nexttoward,
remoquo, scalbln and tgamma, which are missing for all of float, double and
long double. We could have a separate check for those.

Reply via email to