[Bug math/33422] catanh family inconsistent on errno

adhemerval.zanella at linaro dot org sourceware-bugzilla@sourceware.org
Thu Sep 18 13:30:52 GMT 2025


https://sourceware.org/bugzilla/show_bug.cgi?id=33422

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adhemerval.zanella at linaro dot o
                   |                            |rg

--- Comment #1 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
It is because both float/double __ieee752_log implementations, called from
math/s_catanh_template.c, sets the errno for 0 input; different than x86 and
float28 versions.

Ideally it would be better adapt the SVID wrappers to compatibility symbol (as
we did for float/double) for logl/logf128 and assume MATH_ERRNO.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list