https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126407
--- Comment #3 from dave.anglin at bell dot net --- On 2026-07-27 2:45 p.m., jvdelisle at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126407 > > --- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- > Dave, will HPUX ever support kind=10 and kind=16? The reason I ask is I can > simplify some of what I have in those cases. I believe ia64 supported both kind=10 and kind=16. kind=16 is emulated. The gcc ia64 target for HP-UX is more or less obsolete. HP implemented a full set of C99 math functions in HP-UX 11i v3, so probably no additional support is needed for it. For example, for the cosine function, there are cos, cosf, cosw, cosl and cosq: https://docstore.mik.ua/manuals/hp-ux/en/B2355-60130/cos.3M.html I believe the hardware supported 10-byte extended precision. The quad and long double types are the same on ia64 and emulated. The hppa target for HP-UX will never support kind=10, so some simplification may be possible. Dave
