summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/logf16.cpp
AgeCommit message (Collapse)Author
2025-03-11[libc][math] Skip checking for exceptional values when ↵lntue
LIBC_MATH_SKIP_ACCURATE_PASS is set. (#130811)
2025-03-11[libc] Provide more fine-grained control of FMA instruction for ARM targets. ↵lntue
(#130700)
2024-10-19[libc][math][c23] Add log2f16 C23 math function (#106084)OverMighty
Part of #95250.
2024-10-18[libc][math][c23] Add logf16 C23 math function (#106072)OverMighty
Part of #95250.