summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/sqrtf128.cpp
AgeCommit message (Expand)Author
2025-02-15[libc][math] Fix sqrtf128 implicit conversions. (#127154)lntue
2025-02-13[libc][math] Improve the performance of sqrtf128. (#122578)lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-06-13[libc][math][c23] Add f16sqrtf C23 math function (#95251)OverMighty
2024-01-24[libc] Add sqrtf128 implementation for Linux x86_64. (#79195)felixh5678