summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/asinf16.cpp
AgeCommit message (Collapse)Author
2025-07-27[libc][math] Refactor asinf16 implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#150800) 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-02-10[libc][math][c23] Add asinf16() function (#124212)wldfngrs
Co-authored-by: OverMighty <its.overmighty@gmail.com>