summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/sinhf16.cpp
AgeCommit message (Collapse)Author
2025-03-25[libc] Add exceptional values for sinhf16/coshf16 (#133002)Michael Jones
The rounding of the result when using an FMA instruction for hyperbolic sin/cos on float16 was off by 1 bit for a few cases. This patch adds extra exceptional cases to handle these.
2025-03-11[libc][math] Skip checking for exceptional values when ↵lntue
LIBC_MATH_SKIP_ACCURATE_PASS is set. (#130811)
2024-10-17[libc][math][c23] Add sinhf16 and coshf16 C23 math functions (#105947)OverMighty
Part of #95250.