summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/exp2f16.cpp
AgeCommit message (Collapse)Author
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#161993) Part of #147386 in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
2025-08-19[libc][math] Refactor coshf16 implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#153582) Part of #147386 in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
2025-03-11[libc][math] Skip checking for exceptional values when ↵lntue
LIBC_MATH_SKIP_ACCURATE_PASS is set. (#130811)
2024-10-12[libc][math][c23] Add exp2m1f16 C23 math function (#105690)OverMighty
Part of #95250.
2024-09-23[libc][math] Add floating-point cast independent of compiler runtime (#105152)OverMighty
Fixes build and tests with compiler-rt on x86.
2024-08-07[libc][math][c23] Add exp10f16 C23 math function (#101588)OverMighty
Part of #95250.
2024-08-06[libc][math][c23] Add exp2f16 C23 math function (#101217)OverMighty
Part of #95250.