Page MenuHomeFreeBSD

msun: ctanh/ctanhf: Import fix from MUSL
ClosedPublic

Authored by arichardson on Feb 10 2021, 7:48 PM.
Tags
None
Referenced Files
F81921631: D28578.id83662.diff
Tue, Apr 23, 5:30 AM
Unknown Object (File)
Fri, Apr 12, 6:10 AM
Unknown Object (File)
Feb 12 2024, 4:18 AM
Unknown Object (File)
Dec 23 2023, 3:07 AM
Unknown Object (File)
Dec 14 2023, 8:19 PM
Unknown Object (File)
Dec 13 2023, 5:15 AM
Unknown Object (File)
Oct 8 2023, 7:38 AM
Unknown Object (File)
Aug 16 2023, 7:54 AM
Subscribers

Details

Summary

This applies MUSL commit b02eed9c4841913d690a2d0029737d72615384fe by
Szabolcs Nagy and updates the tests accordingly. This also allows
removing an XFAIL from the test.

MUSL commit message:

complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)

These cases were incorrect in C11 as described by
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1886.htm

PR: 217528

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable