summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/hypotf16.cpp
AgeCommit message (Collapse)Author
2025-08-24[libc][math] Do not use float16 basic operations in hypotf16. (#155177)lntue
Compiler runtimes for float16 basic operations might not be correctly rounded for all rounding modes.
2025-05-29[libc][math] Fix some mis-optimization issue with hypotf16. (#141960)lntue
2025-03-31[libc][math][c23] Add hypotf16 function (#131991)Tejas Vipin
Implement hypot for Float16 along with tests.