aboutsummaryrefslogtreecommitdiff
path: root/libc/config/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-01-28[libc] Do not use stack protectors or frame pointers on GPUJoseph Huber1-0/+8
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey2-0/+2
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey2-0/+2
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey2-0/+2
2025-08-28[libc] Use intermediate float operations on the GPU (#155869)Joseph Huber2-46/+1
2025-08-28[libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569)Krishna Pandey2-0/+4
2025-08-28[libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568)Krishna Pandey2-0/+4
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey2-0/+10
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey2-10/+16
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey2-0/+10
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey2-0/+12
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey2-0/+2
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey2-0/+6
2025-08-22[libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993)Krishna Pandey2-0/+8
2025-08-22[libc] Enable double math functions on the GPU (#154857)Leandro Lacerda1-0/+1
2025-08-19[libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992)Krishna Pandey2-0/+8
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey2-0/+6
2025-08-12[libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191)Krishna Pandey2-0/+6
2025-08-12[libc][math][c++23] Add f{max,min}imum{,_mag,_mag_num,_num}bf16 math function...Krishna Pandey2-0/+16
2025-08-10[libc][math][c++23] Add bf16mul{,f,l,f128} math functions (#152847)Krishna Pandey2-0/+6
2025-08-08[libc][math][c++23] Add f{max,min}bf16 math functions (#152782)Krishna Pandey2-0/+4
2025-08-08[libc][math] Update entrypoints for bf16{add,sub}{,f,l,f128} math functions (...Krishna Pandey2-0/+12
2025-08-08[libc][math][c++23] Add {ceil,floor,round,roundeven,trunc}bf16 math functions...Krishna Pandey2-0/+10
2025-08-05[libc] Enable the `acoshf` math function on AMD GPUs (#152157)Leandro Lacerda1-0/+1
2025-08-02[libc] Enable float math functions on the GPU (#151841)Leandro Lacerda2-0/+2
2025-07-31[libc] Mutex implementation for single-threaded baremetal (#145358)William Huynh2-0/+10
2025-07-29[libc][math][c++23] Add fabsbf16 math function (#148398)Krishna Pandey2-0/+10
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue1-2/+1
2025-06-25[libc] Enable all f16 math functions on the GPU (#145813)Joseph Huber2-0/+36
2025-06-06[libc] Cleanup unimplemented math functions (#143173)Joseph Huber2-20/+0
2025-03-28[libc] implement `memalignment` (#132493)Mohamed Emad2-0/+2
2025-03-28[libc] Enable 'mktime' for the GPU (#133437)Joseph Huber2-0/+2
2025-03-23[libc][math][c23] Add fmaf16 C23 math function. (#130757)Harrison Hao2-0/+2
2025-03-12[libc] Template the writing mode for the writer class (#111559)Joseph Huber2-0/+6
2025-02-21[libc] Enable 'strftime' for the GPU targets (#128220)Joseph Huber2-0/+4
2025-01-23[libc][wchar] implement wcslen (#124150)Nick Desaulniers2-0/+2
2025-01-06[libc] Split AMDGPU and NVPTX configs into separate folders (#120153)Joseph Huber6-2/+664
2024-12-20[libc] Remove old RPC host call extension for GPU (#120800)Joseph Huber2-6/+0
2024-12-17[libc] Enable 'timespec_get' for the GPU build (#120304)Joseph Huber1-0/+1
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers1-7/+9
2024-12-03[libc] delete hdrgen (#117220)Nick Desaulniers1-50/+0
2024-10-19[libc][math][c23] Add sqrtf16 C23 math function (#112406)OverMighty1-0/+1
2024-10-19[libc][math][c23] Add log10f16 C23 math function (#106091)OverMighty1-0/+1
2024-10-19[libc][math][c23] Add log2f16 C23 math function (#106084)OverMighty1-0/+1
2024-10-18[libc][math][c23] Add logf16 C23 math function (#106072)OverMighty1-0/+1
2024-10-18[libc][math][c23] Add tanhf16 C23 math function (#106006)OverMighty1-0/+1
2024-10-17[libc][math][c23] Add sinhf16 and coshf16 C23 math functions (#105947)OverMighty1-0/+2
2024-10-16[libc][math][c23] Add exp10m1f16 C23 math function (#105706)OverMighty1-0/+1
2024-09-24[libc] Implement the 'rename' function on the GPU (#109814)Joseph Huber1-0/+1
2024-09-23[libc] Add 'strings.h' header on the GPU (#109661)Joseph Huber1-0/+1