aboutsummaryrefslogtreecommitdiff
path: root/libc/config/windows
AgeCommit message (Expand)AuthorFilesLines
2026-01-20[libc] Reland %lc support in printf (#176110)Shubh Pachchigar1-0/+8
2026-01-13Revert "[libc] Support %lc in printf (#169983)"Joseph Huber1-8/+0
2026-01-13[libc] Support %lc in printf (#169983)Shubh Pachchigar1-0/+8
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey1-0/+1
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey1-0/+1
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey1-0/+1
2025-08-28[libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569)Krishna Pandey1-0/+2
2025-08-28[libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568)Krishna Pandey1-0/+2
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey1-0/+5
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey1-5/+8
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey1-0/+5
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey1-0/+6
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey1-0/+1
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey1-0/+3
2025-08-22[libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993)Krishna Pandey1-0/+4
2025-08-19[libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992)Krishna Pandey1-0/+4
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey1-0/+3
2025-08-12[libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191)Krishna Pandey1-0/+3
2025-08-12[libc][math][c++23] Add f{max,min}imum{,_mag,_mag_num,_num}bf16 math function...Krishna Pandey1-0/+8
2025-08-10[libc][math][c++23] Add bf16mul{,f,l,f128} math functions (#152847)Krishna Pandey1-0/+3
2025-08-08[libc][math][c++23] Add f{max,min}bf16 math functions (#152782)Krishna Pandey1-0/+2
2025-08-08[libc][math] Update entrypoints for bf16{add,sub}{,f,l,f128} math functions (...Krishna Pandey1-0/+6
2025-08-08[libc][math][c++23] Add {ceil,floor,round,roundeven,trunc}bf16 math functions...Krishna Pandey1-0/+5
2025-08-05Update the cmake options in libc windows build docs (#152205)Amy Huang1-1/+1
2025-07-29[libc][math][c++23] Add fabsbf16 math function (#148398)Krishna Pandey1-0/+5
2025-07-17[libc] add wctype.h header (#149202)Prabhu Rajasekaran2-0/+4
2025-07-12[libc][math][c23] implement C23 math function `tanpif` (#147192)Connector Switch1-0/+1
2025-05-08[libc][math] Implement double precision acos correctly rounded for all roundi...lntue1-0/+1
2025-04-25[libc][math] Implement double precision asin correctly rounded for all roundi...lntue1-0/+1
2025-03-28[libc] implement `memalignment` (#132493)Mohamed Emad1-0/+1
2025-03-21[libc][math] Implement fast pass for double precision atan function. (#132333)lntue1-0/+1
2025-01-15[libc] implement unistd/getentropy (#122692)Schrodinger ZHU Yifan2-0/+4
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers1-5/+7
2024-12-09[libc][time][windows] implement clock_getres (#118931)Schrodinger ZHU Yifan1-0/+1
2024-12-05Reapply "[libc][windows] start time API implementation (#117775)" (#118886)Schrodinger ZHU Yifan1-0/+3
2024-12-05Revert "[libc][windows] start time API implementation (#117775)"Joseph Huber1-3/+0
2024-12-05[libc][windows] start time API implementation (#117775)Schrodinger ZHU Yifan1-0/+3
2024-12-04[libc] add headers.txt for windows (#118675)Nick Desaulniers1-0/+9
2024-11-11[libc] fix lfind entrypoints (#115771)Nick Desaulniers1-3/+0
2024-11-11[libc][search] implement posix `lfind` function (#114692)Duncan1-0/+3
2024-08-09[libc][math][c23] Add fadd{l,f128} C23 math functions (#102531)aaryanshukla1-0/+1
2024-08-08[libc][math] Add scalbln{,f,l,f128} math functions (#102219)aaryanshukla1-0/+3
2024-08-08[libc][math][c23] Add ddivl C23 math function. (#102468)lntue1-0/+1
2024-08-07libc: remove trailing whitespacesSylvestre Ledru1-2/+2
2024-08-07[libc][math][c23] Add fsub{,l,f128} and remainderf128 C23 math functions (#10...aaryanshukla1-0/+2
2024-08-06[libc][math][c23] Add ffma{,l,f128} and fdiv{,l,f128} C23 math functions #101...aaryanshukla1-0/+4
2024-08-06[libc] Fix builds on Windows (#102162)Sirui Mu1-0/+3
2024-08-05[libc][math] Implement fast pass for double precision pow function with up to...lntue1-0/+1
2024-08-01[libc][math][c23] Add dadd{l,f128} and ddiv{l,f128} C23 math functions (#100456)aaryanshukla1-0/+1
2024-07-31[libc][math][c23] Add dfma{l,f128} and dsub{l,f128} C23 math functions (#101089)aaryanshukla1-0/+2