diff options
author | Steve Kargl <kargl@FreeBSD.org> | 2025-08-09 17:28:07 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2025-08-17 18:32:35 +0000 |
commit | e7fa662183546cb28cf54b15e3c543b1ffe31440 (patch) | |
tree | f41424fba2e3cc7e666d9618d83d4af19e347fa9 /contrib/diff/ABOUT-NLS | |
parent | 1eea81c39a176ecbfe2f4ef33274c5fcc4816edb (diff) |
Updates for ccosh[f] and csinh[f]stable/13
* lib/msun/src/s_ccosh.c:
. Update Copyright years.
. sin() and cos() are needed at the same time, so use sincos() to
compute values. This does argument reduction once instead of twice.
. Replace '* 0.5' with '/ 2'. This reduces diff with s_ccoshf.c.
. For (LDBL_MANT_DIG == 53), add weak references for ccoshl and ccosl.
* lib/msun/src/s_ccoshf.c:
. Update Copyright years.
. sin() and cos() are needed at the same time, so use sincos() to
compute values. This does argument reduction once instead of twice.
. Replace '* 0.5F' with '/ 2'. This reduces diff with s_ccoshf.c.
* lib/msun/src/s_csinh.c:
. Update Copyright years.
. sin() and cos() are needed at the same time, so use sincos() to
compute values. This does argument reduction once instead of twice.
. Replace '* 0.5' with '/ 2'. This reduces diff with s_csinhf.c.
. For (LDBL_MANT_DIG == 53), add weak references for csinhl and csinl.
* lib/msun/src/s_csinhf.c:
. Update Copyright years.
. sin() and cos() are needed at the same time, so use sincos() to
compute values. This does argument reduction once instead of twice.
. Replace '* 0.5F' with '/ 2'. This reduces diff with s_ccoshf.c.
PR: 288740
MFC after: 1 week
(cherry picked from commit a1d051bc878decc761b37cf8771ead100cc05768)
Diffstat (limited to 'contrib/diff/ABOUT-NLS')
0 files changed, 0 insertions, 0 deletions