summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/acoshf16.cpp
AgeCommit message (Collapse)Author
2025-07-22[libc][math] Refactor acoshf16 implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#148568) 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-07-21[libc][math] Refactor acoshf implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#148418) 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-22[libc][math][c23] Add acoshf16 C23 math function. (#130588)Harrison Hao
Implementation of acoshf16 function for 16-bit inputs.