summaryrefslogtreecommitdiff
path: root/libc/include/math.yaml
AgeCommit message (Expand)Author
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev
2025-09-02[libc] Add missing and correct some existing C23 functions to math.h (#156512)Alexey Samsonov
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad
2025-08-22[libc] Add half-precision math functions to the math header (#155060)Leandro Lacerda
2025-08-22[libc] Enable double math functions on the GPU (#154857)Leandro Lacerda
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad
2025-08-02[libc] Enable float math functions on the GPU (#151841)Leandro Lacerda
2025-07-26Revert "[libc][math][c23] Implement C23 math function asinpif16" (#150756)OverMighty
2025-07-26[libc][math][c23] Implement C23 math function asinpif16 (#146226)Mohamed Emad
2025-07-22[libc][math] fix header generation (#149918)Muhammad Bassiouni
2025-07-12[libc][math][c23] implement C23 math function `tanpif` (#147192)Connector Switch
2025-06-13[libc] Fix bugs found when testing with all headers (#144049)William Huynh
2025-06-01[libc][math][c23] Add atanf16() function (#141612)wldfngrs
2025-05-08[libc][math] Implement double precision acos correctly rounded for all roundi...lntue
2025-04-25[libc][math][c23] Add atanhf16 C23 math function. (#132612)Harrison Hao
2025-04-24[libc][math][c23] Add acospif16() function (#134664)Anton
2025-04-01[libc][math] Implement a fast pass for atan2f128 with 1ULP error using Dyadic...lntue
2025-03-31[libc][math][c23] Add hypotf16 function (#131991)Tejas Vipin
2025-03-29[libc][math][c23] Add asinhf16 function (#131351)Tejas Vipin
2025-03-23[libc][math][c23] Add fmaf16 C23 math function. (#130757)Harrison Hao
2025-03-22[libc][math][c23] Add acoshf16 C23 math function. (#130588)Harrison Hao
2025-03-21[libc][math] Implement fast pass for double precision atan function. (#132333)lntue
2025-02-23[libc][math][c23] Add acosf16() function (#127731)wldfngrs
2025-02-10[libc][math][c23] Add asinf16() function (#124212)wldfngrs
2025-01-12[libc][math][c23] Add tanf16 function (#121018)wldfngrs
2025-01-07[libc] Revamp hdrgen command line and build integration (#121522)Roland McGrath
2025-01-01[libc] Move hdrgen yaml files into include/ (#121443)Roland McGrath