https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126305
--- Comment #17 from John David Anglin <danglin at gcc dot gnu.org> --- Created attachment 65108 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=65108&action=edit Patch to provide additional long double math routines Implements long double math support for standard 16-byte IEC 60559 routines that can be implemented using bit twiddling. Implements other long double math routines using libquadlib on hppa*-*-hpux* or using existing double routines. Double implementations haven't been tested yet. Most long double tests now pass on hppa64-hp-hpux11.11. One test fails due missing complex.h. Two tests fail in execution. Patch resolves issues related to undefined asinl, etc.
