aboutsummaryrefslogtreecommitdiff
path: root/libc/shared
AgeCommit message (Expand)AuthorFilesLines
10 hours[libc][math] Refactor sqrtf to header-only (#178778)Saina Daneshmand2-0/+24
13 hours[libc][math] Refactor sincosf implementation to header only (#177523)Ash2-0/+24
13 hours[libc][math] Refactor f16sqrt to Header Only (#177167)Zhihui Yang2-0/+30
37 hours[libc][math] Refactor sqrt to header-only (#178335)Saina Daneshmand2-0/+24
44 hours[libc] [math] Refactor fsqrtl to be header-only (#176169)Atharv Mane2-0/+25
44 hours[libc][math] Refactor logf16 to header-only shared math (#175408)cpist (He / Him)2-0/+29
44 hours[libc][math] Refactor llogbf128 to header-only (#175617)Sersawy2-0/+30
2 days[libc][math] Refactor ilogb implementation to header-only in src/__support/ma...Dasha Buka2-0/+24
2 days[libc][math] Refactor sinpif to Header Only. (#176580)DannyDaoBoYang2-0/+24
2 days[libc][math] Refactor llogbf16 to header-only (#178078)Sersawy2-0/+30
2 days[libc][math] Refactor sqrtf16 to Header Only (#177726)Prajwal KP2-0/+30
3 days[libc][math] Refactor sinf16 implementation to header-only in src/__support/m...Nico Weber2-0/+30
3 days[libc][math] Refactor llogb to Header Only (#175524)Vedant Neve2-0/+24
4 days[libc][math] Refractor sinhf16 to Header only (#177337)Anikesh Parashar2-0/+30
4 days[libc][math] Refactor ilogbf128 to Header Only (#175396)Ramshankar2-0/+30
4 days[libc][math] Refractor sinhf to Header only (#177336)Anikesh Parashar2-0/+24
4 days[libc][math] Refactor sinf implementation to header-only in src/__support/mat...Nico Weber2-0/+24
4 days[libc][math] Refractor logf to Header only (#176834)Anikesh Parashar2-0/+24
4 days[libc][math] Refactor f16sqrtl to Header Only. (#176333)Cheng Lingfei2-0/+28
6 days[libc][math] Refactor tanf implementation to header-only in src/__support/mat...Nico Weber2-0/+24
7 days[libc][math] Refactor tan implementation to header-only in src/__support/math...Nico Weber2-0/+24
7 days[libc][math] Refactor f16fmal to header-only (#176576)Prajwal2-0/+32
7 days[libc][math] Refactor dfmaf128 to Header Only (#176480)Madhur Kumar2-0/+30
9 days[libc][math] Refactor log10, log1p, log2 implementation to header-only in src...Nico Weber4-0/+69
11 days[libc][math] Refactor ilogbf implementation to header-only in src/__support/m...Anonymous2-0/+23
11 days[libc][math] Refactor f16fma to header only (#176244)Islam Imad2-0/+32
14 days[libc][math] Refactor fsqrtf128 to Header Only. (#175686)Anonmiraj2-0/+29
14 days[libc][math] Refactor ilogbl to Header Only. (#176500)Anonmiraj2-0/+24
14 days[libc][math] Refactor llogbf to Header Only. (#176494)Anonmiraj2-0/+24
14 days[libc][math] Refactor hypotf to Header Only. (#175679)Anonmiraj2-0/+23
14 days[libc][math] Refactor logbf to Header Only. (#176222)Anonmiraj2-0/+23
14 days[libc][math] Refactor logbf16 to Header Only. (#176231)Anonmiraj2-0/+30
14 days[libc][math] Refactor logbf128 to Header Only. (#176234)Anonmiraj2-0/+31
2026-01-16[libc][math] Refactor fsqrt to Header Only (#175444)Jolynn Wee Zhuo Lin2-0/+25
2026-01-16[libc][math] Refactor dfmal to Header Only. (#175359)Anonmiraj2-0/+25
2026-01-12[libc][math] Refactor ilogbf16 implementation to header-only in src/__support...mitchell2-0/+29
2026-01-12[libc][math] Fix GPU build fails (#175474)Muhammad Bassiouni1-1/+1
2026-01-12[libc][math] Refactor log to header-only shared math (#175395)CarvedCoder2-0/+23
2026-01-09[libc][math] Refactor sin implementation to header-only in src/__support/math...lntue2-0/+24
2026-01-10[libc][math] Refactor expm1f16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+30
2025-12-22[libc][math] Add LIBC_CONF_MATH_USE_SYSTEM_FENV / LIBC_MATH_USE_SYSTEM_FENV (...lntue1-0/+5
2025-12-19[libc][math] Refactor expm1f implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
2025-12-15Revert "[APFloat] Add exp function for APFloat::IEEESsingle using expf implem...Mehdi Amini1-1/+0
2025-12-15[APFloat] Add exp function for APFloat::IEEESsingle using expf implementation...lntue1-0/+1
2025-12-04[libc][math] Refactor expm1 implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
2025-11-13[libc][NFC] Fix warnings in RPC server codeJoseph Huber1-3/+3
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+30
2025-10-17[libc][math] Refactor exp2m1f implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+24
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+30
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev3-2/+25