aboutsummaryrefslogtreecommitdiff
path: root/libc/shared
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[libc][math] Refactor fmaximum_num-fminimum_num family to header-only (#194562)Anonmiraj13-0/+312
2026-04-28[libc][math] Refactor dsqrtf128 to header-only (#194552)Anonmiraj2-0/+30
2026-04-28[libc][math] Refactor fmin family to header-only (#194549)Anonmiraj7-0/+156
2026-04-28[libc][math] Refactor fmaximum-fminimum family to header-only (#194533)Anonmiraj13-0/+312
2026-04-28[libc][math] Refactor sqrtl family to header-only (#194510)Anonmiraj2-0/+30
2026-04-28[libc][math] Refactor llogbbf16 to header-only (#194509)Anonmiraj2-0/+24
2026-04-28[libc][math] Refactor ilogbbf16 to header-only (#194503)Anonmiraj2-0/+24
2026-04-28[libc][math] Refactor bf16subl to header-only (#194498)Anonmiraj2-0/+24
2026-04-26Reland "[libc][math] Refactor fmaximum_mag_num family to header-only" (#194194)hulxv4-0/+72
2026-04-26Revert "[libc][math] Refactor fmaximum_mag_num family to header-only" (#194183)Muhammad Bassiouni4-72/+0
2026-04-25[libc][math] Refactor fmaximum_mag_num family to header-only (#182169)hulxv4-0/+72
2026-04-26[libc][math] Refactor fdiv family to header-only (#182192)hulxv4-0/+78
2026-04-25[libc][math] Refactor dsub family to header-only (#182160)hulxv3-0/+54
2026-04-24[libc][math] Refactor fabs family to header-only (#182173)hulxv7-0/+156
2026-04-24[libc][math] Refactor ddiv family to header-only (#182149)hulxv3-0/+54
2026-04-24[libc][math] Refactor dmul family to header-only (#182151)hulxv3-0/+54
2026-04-22[libc][NFC] Fix minor RPC warnings (#192997)Joseph Huber2-14/+26
2026-04-18[libc][math] Refactor logbbf16 to header-only (#189194)Zorojuro2-0/+24
2026-04-13[libc][math] Refactor copysign family to header-only (#182137)hulxv7-0/+156
2026-04-13[libc][math] Fix: add log10p1f16 to shared math (#189185)Zorojuro2-0/+30
2026-04-13[libc][math] Fix: add log2p1f16 to shared math (#189179)Zorojuro2-0/+30
2026-04-09[libc] Fix 'finish()' being called by the client instead of the server (#191226)Joseph Huber1-1/+1
2026-04-09[libc][math] Refactor cbrtbf16 function header-only (#188204)Zorojuro2-0/+24
2026-04-08[libc][MacOS] Enable wchar conversion and rpc_server (#191065)Michael Jones1-0/+4
2026-04-08[libc] - Add rpc_opcodes.h to list of installed headers (#191035)estewart081-0/+1
2026-04-07[libc] Fix return code after rewriting GPU printf support (#190797)Joseph Huber1-12/+22
2026-04-07[libc] Make rpc_server.h independent from libc internals (#190423)Joseph Huber3-13/+782
2026-04-07[libc] Fix ordering to make sure event_id is written before interrupt (#190705)Joseph Huber1-1/+1
2026-04-05[libc] Allow RPC interface to be compiled with MSVC (#190483)Joseph Huber2-2/+29
2026-04-02[libc] Rename rpc::Status to rpc::RPCStatus to reduce conflicts (#190239)Joseph Huber1-1/+1
2026-04-01[libc] Install the RPC headers so they can be used without LLVM source (#189996)Joseph Huber1-0/+14
2026-03-30[libc][math][c23] Add asinbf16 math function (#184170)Zorojuro2-0/+24
2026-03-30[libc][NFC] Guard long double type in shared_math_tests. (#189373)lntue4-2/+22
2026-03-29[libc][math][c23] implement double-precision asinpi (#188158)Mohamed Emad2-0/+24
2026-03-27[libc][math] Implement C23 half precision erfc function (#180930)Anonmiraj2-0/+28
2026-03-27[libc] Guard long double shared math functions against double-double. (#188909)lntue31-0/+186
2026-03-26[libc] Increase the maximum RPC port size for future hardware (#188756)Joseph Huber1-1/+3
2026-03-25[libc] Fix all guard comments for cos and Acos functions (#188612)Zorojuro1-1/+1
2026-03-24[libc] Support AMDGPU device interrupts for the RPC interface (#188067)Joseph Huber2-6/+73
2026-03-24[libc] cbrtf guard to sync with general format (#188207)Zorojuro1-3/+3
2026-03-22[libc][math] Refactor sqrtbf16 function header-only (#187849)Zorojuro2-0/+24
2026-03-21[libc][math][c23] Add atanbf16 function (#184019)Zorojuro2-0/+27
2026-03-19[libc][math] Refactor dadd family to header-only (#182142)Mohamed Emad3-0/+54
2026-03-19[libc][math] Refactor bf16divf128 to Header Only (#186641)Manthan Singla2-0/+30
2026-03-17[libc][math] Refactor fmaf16 implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+30
2026-03-17[libc][math] Refactor fmaf implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+24
2026-03-17[libc][math] Refactor fma implementation to header-only in src/__support/math...Muhammad Bassiouni2-0/+24
2026-03-16[libc][math] Refactor log_bf16 to Header (#186618)Zorojuro2-0/+24
2026-03-16[libc][math] Refactor bf16fma to Header Only (#182572)Anirudh Mathur2-0/+24
2026-03-16[libc][math] Refactored atanpif16 to header only (#184316)Abhijeet2-0/+30