summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/dsqrtl.cpp
AgeCommit message (Collapse)Author
2025-09-20[libc][math] Refactor dsqrtl implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#154868) 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
2024-07-21[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (#99815)Job Henandez Lara