summaryrefslogtreecommitdiff
path: root/libc/test/src/math/CMakeLists.txt
AgeCommit message (Expand)Author
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev
2025-09-10[libc] Clean up errno header usage in math tests. (#157898)Alexey Samsonov
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey
2025-08-12[libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191)Krishna Pandey
2025-08-10[libc][math][c++23] Add bf16mul{,f,l,f128} math functions (#152847)Krishna Pandey
2025-08-08[libc][math][c++23] Add bf16{add,sub}{,f,l,f128} math functions (#152774)Krishna Pandey
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-12[libc][math][c23] implement C23 math function `tanpif` (#147192)Connector Switch
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] Implement double precision asin 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-03-18[libc][math] Fix incorrect logic in fputil::generic::add_or_sub (#116129)OverMighty
2025-02-23[libc][math][c23] Add acosf16() function (#127731)wldfngrs
2025-02-10[libc][math][c23] Add asinf16() function (#124212)wldfngrs
2025-02-07[libc] Use `${libc_opt_high_flag}` instead of `-O3` (#123233)Petr Hosek
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2025-01-12[libc][math][c23] Add tanf16 function (#121018)wldfngrs
2024-12-15[libc][math][c23] Add cosf16 function (#118785)wldfngrs
2024-12-13[libc] Add MPFR testing infra for float128. (#119499)lntue
2024-12-03[libc][math][c23] Add sinf16 C23 math function (#116674)wldfngrs
2024-11-08[libc][math][c23] Add tanpif16 function (#115183)wldfngrs
2024-11-07[libc][math][c23] Add exp10m1f C23 math function (#87992)OverMighty
2024-10-29[libc][math][c23] Add cospif16 function (#113001)wldfngrs
2024-10-19[libc][math][c23] Add sqrtf16 C23 math function (#112406)OverMighty
2024-10-19[libc][math][c23] Add log10f16 C23 math function (#106091)OverMighty
2024-10-19[libc][math][c23] Add log2f16 C23 math function (#106084)OverMighty
2024-10-18[libc][math][c23] Add logf16 C23 math function (#106072)OverMighty
2024-10-18[libc][math][c23] Add tanhf16 C23 math function (#106006)OverMighty
2024-10-17[libc][math][c23] Add sinhf16 and coshf16 C23 math functions (#105947)OverMighty
2024-10-16[libc][math][c23] Add exp10m1f16 C23 math function (#105706)OverMighty
2024-10-15[libc] Add sinpif16 function (#110994)wldfngrs
2024-10-12[libc][math][c23] Add exp2m1f16 C23 math function (#105690)OverMighty
2024-08-13[libc][math][c23] Add expm1f16 C23 math function (#102387)OverMighty
2024-08-09[libc][math][c23] Add fadd{l,f128} C23 math functions (#102531)aaryanshukla