aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math
AgeCommit message (Expand)AuthorFilesLines
33 hours[libc][math] Refactor sqrt to header-only (#178335)Saina Daneshmand2-5/+3
40 hours[libc] [math] Refactor fsqrtl to be header-only (#176169)Atharv Mane2-7/+3
41 hours[libc][math] Refactor logf16 to header-only shared math (#175408)cpist (He / Him)2-159/+3
41 hours[libc][math] Refactor llogbf128 to header-only (#175617)Sersawy2-8/+3
2 days[libc][math] Refactor ilogb implementation to header-only in src/__support/ma...Dasha Buka2-5/+3
2 days[libc][math] Refactor sinpif to Header Only. (#176580)DannyDaoBoYang2-112/+3
2 days[libc][math] Refactor llogbf16 to header-only (#178078)Sersawy2-8/+3
2 days[libc][math] Refactor sqrtf16 to Header Only (#177726)Prajwal KP2-8/+3
3 days[libc][math] Refactor sinf16 implementation to header-only in src/__support/m...Nico Weber2-112/+3
3 days[libc][math] Refactor llogb to Header Only (#175524)Vedant Neve2-5/+3
3 days[libc][math] Fix parallel implementation for asin (#178100)Muhammad Bassiouni1-261/+1
3 days[libc][math] Refractor sinhf16 to Header only (#177337)Anikesh Parashar2-147/+3
3 days[libc][math] Refactor ilogbf128 to Header Only (#175396)Ramshankar2-8/+3
3 days[libc][math] Refractor sinhf to Header only (#177336)Anikesh Parashar2-70/+3
4 days[libc][math] Refactor sinf implementation to header-only in src/__support/mat...Nico Weber2-177/+3
4 days[libc][math] Refractor logf to Header only (#176834)Anikesh Parashar2-146/+3
4 days[libc][math] Refactor f16sqrtl to Header Only. (#176333)Cheng Lingfei2-6/+4
6 days[libc][math] Refactor tanf implementation to header-only in src/__support/mat...Nico Weber2-148/+3
7 days[libc][math] Refactor tan implementation to header-only in src/__support/math...Nico Weber2-291/+3
7 days[libc][math] Refactor f16fmal to header-only (#176576)Prajwal2-6/+3
7 days[libc][math] Refactor dfmaf128 to Header Only (#176480)Madhur Kumar2-11/+3
9 days[libc][math] Refactor log10, log1p, log2 implementation to header-only in src...Nico Weber4-2938/+9
11 days[libc][math] Refactor ilogbf implementation to header-only in src/__support/m...Anonymous2-5/+3
11 days[libc][math] Refactor f16fma to header only (#176244)Islam Imad2-6/+3
13 days[libc][math] Refactor fsqrtf128 to Header Only. (#175686)Anonmiraj2-7/+4
13 days[libc][math] Refactor ilogbl to Header Only. (#176500)Anonmiraj2-7/+4
14 days[libc][math] Refactor llogbf to Header Only. (#176494)Anonmiraj2-5/+4
14 days[libc][math] Refactor hypotf to Header Only. (#175679)Anonmiraj2-89/+4
14 days[libc][math] Refactor logbf to Header Only. (#176222)Anonmiraj2-5/+4
14 days[libc][math] Refactor logbf16 to Header Only. (#176231)Anonmiraj2-6/+4
14 days[libc][math] Refactor logbf128 to Header Only. (#176234)Anonmiraj2-6/+6
2026-01-16[libc][math] Refactor fsqrt to Header Only (#175444)Jolynn Wee Zhuo Lin2-5/+3
2026-01-16[libc][math] Refactor dfmal to Header Only. (#175359)Anonmiraj2-5/+3
2026-01-12[libc] update add_math_function.md to reflect __support/math refactor (#175500)Anonmiraj1-3/+35
2026-01-12[libc][math] Refactor ilogbf16 implementation to header-only in src/__support...mitchell2-8/+3
2026-01-12[libc][math] Fix GPU build fails (#175474)Muhammad Bassiouni2-4/+2
2026-01-12[libc][math] Refactor log to header-only shared math (#175395)CarvedCoder5-954/+11
2026-01-09[libc][math] Refactor sin implementation to header-only in src/__support/math...lntue2-177/+3
2026-01-10[libc][math] Refactor expm1f16 implementation to header-only in src/__support...Muhammad Bassiouni2-139/+3
2026-01-05[libc][math] Fix the FTZ/DAZ checks for log1p. (#174424)lntue1-2/+2
2025-12-19[libc][math] Refactor expm1f implementation to header-only in src/__support/m...Muhammad Bassiouni2-170/+3
2025-12-04[libc][math] Refactor expm1 implementation to header-only in src/__support/ma...Muhammad Bassiouni2-502/+3
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni2-166/+3
2025-10-30[libc] Remove optimization flags on entrypoints (#165782)Michael Jones3-155/+1
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue1-3/+21
2025-10-21[libc] Capture 'POLY_COEFFS' by reference in asinpi_polyeval lambda. (#164404)Ren Hiyama1-1/+1
2025-10-17[libc][math] Refactor exp2m1f implementation to header-only in src/__support/...Muhammad Bassiouni2-186/+3
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in src/__support/...Muhammad Bassiouni2-93/+3
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev4-0/+47
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni4-192/+6