aboutsummaryrefslogtreecommitdiff
path: root/libc/src
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[libc] Add getc, ungetc, fflush to enable libc++ iostream on baremetal (#175530)Volodymyr Turanskyy7-6/+192
2026-02-12[libc][math] Refactor `f16sqrtf` to Header Only. (#180749)iLeGend4-8/+46
2026-02-10[libc] Add option to disable printf bit int (#180832)Michael Jones4-1/+25
2026-02-10[libc][math] Refactor powf to Header Only. (#176531)Anonmiraj4-1029/+1063
2026-02-10[libc][math] Refactor pow to Header Only. (#176529)Anonmiraj4-533/+569
2026-02-10[libc][math] Refactor log2f to Header Only. (#176527)Anonmiraj4-118/+150
2026-02-10[libc][math] Refactor log2f16 to Header Only. (#176526)Anonmiraj4-151/+193
2026-02-10[libc][math] Refactor log10f to Header Only. (#176520)Anonmiraj4-214/+245
2026-02-10[libc][math] Refactor log1pf to Header Only. (#176525)Anonmiraj4-163/+195
2026-02-10[libc][math] Refactor log10f16 to Header Only. (#176523)Anonmiraj4-166/+207
2026-02-10[libc][math] Refactor llogbl to be header-only (#175376)Mathew Joseph4-7/+41
2026-02-09[libc] Disable Clinger fast path for baremetal (#180598)Prabhu Rajasekaran1-3/+3
2026-02-07[libc][math] Refactor ffmal to Header Only. (#179069)Zorojuro4-5/+41
2026-02-07[libc][math] Refactor sqrtf128 to header only (#177760)Iasonaskrpr4-429/+472
2026-02-06Revert "[libc][wctype] Implement internal UTF8 wctype classification function...Marcell Leleszi2-360/+138
2026-02-06[libc][wctype] Implement internal UTF8 wctype classification functions (#174607)Marcell Leleszi2-138/+360
2026-02-05[libc][math] Refactor f16fmaf to Header Only. (#178851)Zorojuro4-6/+46
2026-02-05[libc] Remove "stdio.h" include from fx_bits.h (#179805)Haowei1-2/+0
2026-02-05[libc][wctype] Move classification lookup tables to a cpp file (#174993)Marcell Leleszi3-3666/+3689
2026-02-05[libc][math] Refactor f16fmaf128 to Header Only (#177850)Zorojuro4-6/+52
2026-02-05[libc][math] Resolve size issues on baremetal and cleanup code. (#179707)Muhammad Bassiouni116-322/+336
2026-02-03[libc] Address size bloat issues (#179398)Prabhu Rajasekaran6-37/+35
2026-02-03[libc][SVE] add sve handling for memcpy with count less than 32b (#167446)Schrodinger ZHU Yifan1-1/+25
2026-02-01[libc] Address sincosf size bloat (#179004)Prabhu Rajasekaran3-13/+12
2026-01-30[libc][math] Refactor sqrtf to header-only (#178778)Saina Daneshmand4-6/+35
2026-01-30[libc][math] Refactor sincosf implementation to header only (#177523)Ash5-210/+251
2026-01-30[libc][math] Refactor f16sqrt to Header Only (#177167)Zhihui Yang4-8/+45
2026-01-30[libc] provide str to float build configs (#178780)Prabhu Rajasekaran1-2/+2
2026-01-29[libc] Add pthread_getattr_np declaration (#178549)Roland McGrath1-0/+21
2026-01-29[libc][math] Refactor sqrt to header-only (#178335)Saina Daneshmand4-5/+35
2026-01-28[libc][math] Fix AMD build errors. (#178507)Muhammad Bassiouni1-4/+4
2026-01-28[libc] [math] Refactor fsqrtl to be header-only (#176169)Atharv Mane4-7/+37
2026-01-28[libc][math] Refactor logf16 to header-only shared math (#175408)cpist (He / Him)4-159/+204
2026-01-28[libc][math] Refactor llogbf128 to header-only (#175617)Sersawy4-8/+47
2026-01-28[libc][math] Refactor ilogb implementation to header-only in src/__support/ma...Dasha Buka4-5/+40
2026-01-28[libc][math] Refactor sinpif to Header Only. (#176580)DannyDaoBoYang4-112/+141
2026-01-28[libc][math] Refactor llogbf16 to header-only (#178078)Sersawy4-8/+47
2026-01-28[libc][math] Refactor sqrtf16 to Header Only (#177726)Prajwal KP4-8/+43
2026-01-27[libc][math] Refactor sinf16 implementation to header-only in src/__support/m...Nico Weber4-112/+157
2026-01-27[libc][math] Refactor llogb to Header Only (#175524)Vedant Neve4-5/+40
2026-01-27[libc][math] Fix parallel implementation for asin (#178100)Muhammad Bassiouni2-262/+2
2026-01-27[libc][math] Refractor sinhf16 to Header only (#177337)Anikesh Parashar4-147/+188
2026-01-27[libc][math] Refactor ilogbf128 to Header Only (#175396)Ramshankar4-8/+47
2026-01-27[libc][math] Refractor sinhf to Header only (#177336)Anikesh Parashar4-70/+104
2026-01-27[libm] Update include guards in libc/src/__support/math (#178055)Nico Weber12-36/+36
2026-01-26[libc][math] Refactor sinf implementation to header-only in src/__support/mat...Nico Weber4-177/+213
2026-01-26[libc][math] Refractor logf to Header only (#176834)Anikesh Parashar4-146/+212
2026-01-26[libc][math] Refactor f16sqrtl to Header Only. (#176333)Cheng Lingfei4-6/+46
2026-01-25[libc][math] Refactor tanf implementation to header-only in src/__support/mat...Nico Weber4-148/+183
2026-01-23[libc][math] Refactor tan implementation to header-only in src/__support/math...Nico Weber4-291/+324