aboutsummaryrefslogtreecommitdiff
path: root/libc/shared
AgeCommit message (Expand)AuthorFilesLines
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
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
2025-10-05[libc][math] Refactor exp2 implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+24
2025-10-01[libc][math] Refactor exp10m1f16 implementation to header-only in src/__suppo...Muhammad Bassiouni2-0/+30
2025-09-29[libc][math] Refactor exp10m1f implementation to header-only in src/__support...Muhammad Bassiouni2-0/+24
2025-09-22[libc] Remove separate RPC test handling (#160206)Joseph Huber1-1/+6
2025-09-20[libc][math] Refactor dsqrtl implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev2-0/+31
2025-08-22[libc][math] Refactor cospif16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+29
2025-08-22[libc][math] Refactor cospif implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
2025-08-19[libc][math] Refactor coshf16 implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+29
2025-08-14[libc][math] Refactor coshf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
2025-08-13[libc][math] Refactor cosf16 implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+29
2025-08-11[libc][math] Refactor cosf implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+24
2025-08-09[libc][math] Refactor cos implementation to header-only in src/__support/math...Muhammad Bassiouni2-0/+24
2025-08-08[libc] Fix server code when GPU is acting as the serverJoseph Huber1-0/+3
2025-08-08[libc][math] Refactor cbrtf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
2025-08-03[libc][math] Refactor cbrt implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+24
2025-08-02[libc][math] Refactor atanhf16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+29
2025-08-02[libc][math] Refactor atanhf implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
2025-08-02[libc][math] Refactor atan2f128 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+30
2025-08-01[libc][math] Refactor atan2f implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
2025-07-31[libc][math] Refactor atan2 implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
2025-07-30[libc][math] Refactor atanf16 implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+29
2025-07-30[libc][math] Refactor atanf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
2025-07-29[libc][math] Refactor atan implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+24
2025-07-29[libc][math] Refactor asinhf16 implementation to header-only in src/__support...Muhammad Bassiouni3-1/+30
2025-07-28[libc][math] Refactor asinhf implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
2025-07-27[libc][math] Refactor asinf16 implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+29
2025-07-26[libc][math] Refactor asinf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
2025-07-25[libc][math] Refactor asin implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+24
2025-07-25[libc][math] Refactor acospif16 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+30
2025-07-25[libc] Fix dependency list of libc.src.__support.math.exp10f16. (#150434)lntue1-3/+3
2025-07-22[libc] Fix incorrect macro usage in shared/sign.h (#150140)Leandro Lacerda1-1/+1
2025-07-22[libc] Expose the Sign type for shared use (#150083)Leandro Lacerda1-0/+23
2025-07-22[libc][math] Refactor acoshf16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+30
2025-07-21[libc][math] Refactor acoshf implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
2025-07-21[libc][math] Refactor erff implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+24
2025-07-21[libc][math] Refactor acosf16 implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+30
2025-07-21[libc][math] add smoke tests to shared/math.h (#149741)Muhammad Bassiouni1-1/+1
2025-07-20[libc][math] Refactor acosf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
2025-07-19[libc][math] Refactor acos implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+24
2025-07-18[libc][math] Refactor exp10f16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+30
2025-07-17[libc][math] Refactor exp10f implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
2025-07-16[libc][math] Refactor exp10 implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24