aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support/math
AgeCommit message (Expand)AuthorFilesLines
3 days[libc][math] Refactor ffmal to Header Only. (#179069)Zorojuro2-0/+38
3 days[libc][math] Refactor sqrtf128 to header only (#177760)Iasonaskrpr2-0/+469
5 days[libc][math] Refactor f16fmaf to Header Only. (#178851)Zorojuro2-0/+43
5 days[libc][math] Refactor f16fmaf128 to Header Only (#177850)Zorojuro2-0/+49
5 days[libc][math] Resolve size issues on baremetal and cleanup code. (#179707)Muhammad Bassiouni112-319/+332
7 days[libc] Address size bloat issues (#179398)Prabhu Rajasekaran5-22/+22
9 days[libc] Address sincosf size bloat (#179004)Prabhu Rajasekaran3-13/+12
12 days[libc][math] Refactor sqrtf to header-only (#178778)Saina Daneshmand2-0/+32
12 days[libc][math] Refactor sincosf implementation to header only (#177523)Ash3-5/+248
12 days[libc][math] Refactor f16sqrt to Header Only (#177167)Zhihui Yang2-0/+42
13 days[libc][math] Refactor sqrt to header-only (#178335)Saina Daneshmand2-0/+32
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 Mane2-0/+34
13 days[libc][math] Refactor logf16 to header-only shared math (#175408)cpist (He / Him)2-0/+201
13 days[libc][math] Refactor llogbf128 to header-only (#175617)Sersawy2-0/+44
14 days[libc][math] Refactor ilogb implementation to header-only in src/__support/ma...Dasha Buka2-0/+37
14 days[libc][math] Refactor sinpif to Header Only. (#176580)DannyDaoBoYang2-0/+138
14 days[libc][math] Refactor llogbf16 to header-only (#178078)Sersawy2-0/+44
14 days[libc][math] Refactor sqrtf16 to Header Only (#177726)Prajwal KP2-0/+40
2026-01-27[libc][math] Refactor sinf16 implementation to header-only in src/__support/m...Nico Weber2-0/+154
2026-01-27[libc][math] Refactor llogb to Header Only (#175524)Vedant Neve2-0/+37
2026-01-27[libc][math] Fix parallel implementation for asin (#178100)Muhammad Bassiouni1-1/+1
2026-01-27[libc][math] Refractor sinhf16 to Header only (#177337)Anikesh Parashar2-0/+185
2026-01-27[libc][math] Refactor ilogbf128 to Header Only (#175396)Ramshankar2-0/+44
2026-01-27[libc][math] Refractor sinhf to Header only (#177336)Anikesh Parashar2-0/+101
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 Weber2-0/+210
2026-01-26[libc][math] Refractor logf to Header only (#176834)Anikesh Parashar2-0/+209
2026-01-26[libc][math] Refactor f16sqrtl to Header Only. (#176333)Cheng Lingfei2-0/+42
2026-01-25[libc][math] Refactor tanf implementation to header-only in src/__support/mat...Nico Weber2-0/+180
2026-01-23[libc][math] Refactor tan implementation to header-only in src/__support/math...Nico Weber2-0/+321
2026-01-23[libc][math] Refactor f16fmal to header-only (#176576)Prajwal2-0/+44
2026-01-23[libc][math] Refactor dfmaf128 to Header Only (#176480)Madhur Kumar2-0/+41
2026-01-21[libc][math] Refactor log10, log1p, log2 implementation to header-only in src...Nico Weber4-0/+3017
2026-01-19[libc][math] Refactor ilogbf implementation to header-only in src/__support/m...Anonymous2-1/+36
2026-01-19[libc][math] Refactor f16fma to header only (#176244)Islam Imad2-0/+43
2026-01-17[libc][math] Refactor fsqrtf128 to Header Only. (#175686)Anonmiraj2-0/+42
2026-01-17[libc][math] Refactor ilogbl to Header Only. (#176500)Anonmiraj2-0/+38
2026-01-17[libc][math] Refactor llogbf to Header Only. (#176494)Anonmiraj2-0/+38
2026-01-17[libc][math] Refactor hypotf to Header Only. (#175679)Anonmiraj2-0/+120
2026-01-17[libc][math] Refactor logbf to Header Only. (#176222)Anonmiraj2-0/+34
2026-01-16[libc][math] Refactor logbf16 to Header Only. (#176231)Anonmiraj2-0/+44
2026-01-16[libc][math] Refactor logbf128 to Header Only. (#176234)Anonmiraj2-0/+43
2026-01-16[libc][math] Refactor fsqrt to Header Only (#175444)Jolynn Wee Zhuo Lin2-0/+34
2026-01-16[libc][math] Refactor dfmal to Header Only. (#175359)Anonmiraj2-0/+36
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang1-2/+2
2026-01-12[libc][math] Refactor ilogbf16 implementation to header-only in src/__support...mitchell2-0/+45
2026-01-12[libc][math] Fix GPU build fails (#175474)Muhammad Bassiouni2-6/+5
2026-01-12[libc][math] Refactor log to header-only shared math (#175395)CarvedCoder3-0/+986
2026-01-09[libc][math] Refactor sin implementation to header-only in src/__support/math...lntue2-0/+197