aboutsummaryrefslogtreecommitdiff
path: root/libc/shared
AgeCommit message (Expand)AuthorFilesLines
16 hours[libc][math] Refactor cbrtf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
6 days[libc][math] Refactor cbrt implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+24
6 days[libc][math] Refactor atanhf16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+29
7 days[libc][math] Refactor atanhf implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
7 days[libc][math] Refactor atan2f128 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+30
8 days[libc][math] Refactor atan2f implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
9 days[libc][math] Refactor atan2 implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
9 days[libc][math] Refactor atanf16 implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+29
10 days[libc][math] Refactor atanf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+24
11 days[libc][math] Refactor atan implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+24
11 days[libc][math] Refactor asinhf16 implementation to header-only in src/__support...Muhammad Bassiouni3-1/+30
12 days[libc][math] Refactor asinhf implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
13 days[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
2025-07-15[libc][math] Refactor exp implementation to header-only in src/__support/math...Muhammad Bassiouni2-0/+24
2025-07-14Revert "[libc][math] Refactor exp implementation to header-only in src/__supp...lntue2-24/+0
2025-07-14[libc][math] Refactor exp implementation to header-only in src/__support/math...Muhammad Bassiouni2-0/+24
2025-07-14[libc][math] Refactor ldexpf implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+24
2025-07-14[libc][math] Refactor ldexpf16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+32
2025-07-14[libc][math] Refactor ldexpf128 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+30
2025-07-12[libc][math] Refactor frexpf implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+25
2025-07-12[libc][math] Refactor frexpf16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+30
2025-07-11[libc] Fix frexpf128 build failure. (#148332)Muhammad Bassiouni1-0/+1
2025-07-11[libc][math] Refactor frexpf128 implementation to header-only in src/… (#14...Muhammad Bassiouni2-0/+29
2025-07-10[libc][math] Refactor expf16 implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+30
2025-06-12[libc][math] Refactor expf implementation to header-only in src/__support/mat...lntue2-0/+39
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue5-0/+30
2025-03-26[libc] Make RPC allocation size query constexprJoseph Huber1-3/+3
2025-03-13[libc] Make RPC server handling header only (#131205)Joseph Huber2-6/+22
2025-01-04[libc][NFC] use `__has_builtin` instead of checking macros.Joseph Huber1-2/+2
2024-12-16[libc] Make the RPC headers work when included from CUDA or HIP (#120016)Joseph Huber2-132/+131
2024-12-15libc: Prefix RPC Status code to avoid conflict in windows build (#119991)Jinsong Ji1-3/+3
2024-12-02[libc][NFC] Rename RPC opcodes to better reflect their usageJoseph Huber1-31/+31
2024-11-27[libc] Move libc server handlers to a shared header (#117908)Joseph Huber1-0/+10
2024-11-25[libc][NFC] Move RPC opcodes to the 'shared/' directory as wellJoseph Huber1-0/+49