summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/log10f16.cpp
AgeCommit message (Expand)Author
2025-03-11[libc][math] Skip checking for exceptional values when LIBC_MATH_SKIP_ACCURAT...lntue
2025-03-11[libc] Provide more fine-grained control of FMA instruction for ARM targets. ...lntue
2024-10-19[libc][math][c23] Add log10f16 C23 math function (#106091)OverMighty