aboutsummaryrefslogtreecommitdiff
path: root/libc/src
AgeCommit message (Expand)AuthorFilesLines
23 hours[libc] Disable Clinger fast path for baremetal (#180598)Prabhu Rajasekaran1-3/+3
3 days[libc][math] Refactor ffmal to Header Only. (#179069)Zorojuro4-5/+41
3 days[libc][math] Refactor sqrtf128 to header only (#177760)Iasonaskrpr4-429/+472
4 daysRevert "[libc][wctype] Implement internal UTF8 wctype classification function...Marcell Leleszi2-360/+138
4 days[libc][wctype] Implement internal UTF8 wctype classification functions (#174607)Marcell Leleszi2-138/+360
5 days[libc][math] Refactor f16fmaf to Header Only. (#178851)Zorojuro4-6/+46
5 days[libc] Remove "stdio.h" include from fx_bits.h (#179805)Haowei1-2/+0
5 days[libc][wctype] Move classification lookup tables to a cpp file (#174993)Marcell Leleszi3-3666/+3689
5 days[libc][math] Refactor f16fmaf128 to Header Only (#177850)Zorojuro4-6/+52
5 days[libc][math] Resolve size issues on baremetal and cleanup code. (#179707)Muhammad Bassiouni116-322/+336
7 days[libc] Address size bloat issues (#179398)Prabhu Rajasekaran6-37/+35
7 days[libc][SVE] add sve handling for memcpy with count less than 32b (#167446)Schrodinger ZHU Yifan1-1/+25
9 days[libc] Address sincosf size bloat (#179004)Prabhu Rajasekaran3-13/+12
12 days[libc][math] Refactor sqrtf to header-only (#178778)Saina Daneshmand4-6/+35
12 days[libc][math] Refactor sincosf implementation to header only (#177523)Ash5-210/+251
12 days[libc][math] Refactor f16sqrt to Header Only (#177167)Zhihui Yang4-8/+45
12 days[libc] provide str to float build configs (#178780)Prabhu Rajasekaran1-2/+2
12 days[libc] Add pthread_getattr_np declaration (#178549)Roland McGrath1-0/+21
13 days[libc][math] Refactor sqrt to header-only (#178335)Saina Daneshmand4-5/+35
13 days[libc][math] Fix AMD build errors. (#178507)Muhammad Bassiouni1-4/+4
13 days[libc] [math] Refactor fsqrtl to be header-only (#176169)Atharv Mane4-7/+37
13 days[libc][math] Refactor logf16 to header-only shared math (#175408)cpist (He / Him)4-159/+204
13 days[libc][math] Refactor llogbf128 to header-only (#175617)Sersawy4-8/+47
14 days[libc][math] Refactor ilogb implementation to header-only in src/__support/ma...Dasha Buka4-5/+40
14 days[libc][math] Refactor sinpif to Header Only. (#176580)DannyDaoBoYang4-112/+141
14 days[libc][math] Refactor llogbf16 to header-only (#178078)Sersawy4-8/+47
14 days[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
2026-01-23[libc] Use generic/builtin.h for Emscripten in memory utils (#177474)google-yfyang3-3/+3
2026-01-23[libc][math] Refactor f16fmal to header-only (#176576)Prajwal4-6/+47
2026-01-23[libc][math] Refactor dfmaf128 to Header Only (#176480)Madhur Kumar4-11/+44
2026-01-22[libc] Handle charNN_t in cpp::is_integral (#177463)Roland McGrath2-7/+11
2026-01-22[libc] Clean up cpp::numeric_limits (#177461)Roland McGrath1-62/+26
2026-01-22[libc] Clean up cpp::is_unsigned (#177456)Roland McGrath1-3/+3
2026-01-22[libc] Remove superfluous explicitly defaulted constructors (#177471)Roland McGrath1-1/+0
2026-01-22[libc] Fix character converter in C++20 (#177421)Michael Jones1-1/+2
2026-01-21[libc][math] Refactor log10, log1p, log2 implementation to header-only in src...Nico Weber8-2938/+3026
2026-01-21[libc][tsearch] add weak AVL tree for tsearch implementation (#172411)Schrodinger ZHU Yifan2-0/+610
2026-01-20[libc] Reland %lc support in printf (#176110)Shubh Pachchigar10-251/+295