aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[libc][math][c23] Add {getpayload,setpayload,setpayloadsig}f16 C23 math funct...OverMighty2-2/+9
2024-06-14[libc] add rwlock (#94156)Schrodinger ZHU Yifan1-0/+1
2024-06-14[libc][math][c23] Add f16fmaf C23 math function (#95483)OverMighty1-0/+2
2024-06-13[libc][math][c23] Add f16sqrtf C23 math function (#95251)OverMighty1-0/+2
2024-06-11[libc][math][c23] Add {totalorder,totalordermag}f16 C23 math functions (#95014)OverMighty2-2/+6
2024-06-10[libc][math][c23] Add {remainder,remquo}f16 C23 math functions (#94773)OverMighty1-2/+2
2024-06-10[libc][math][c23] Add {frexp,ilogb,llogb,logb,modf}f16 C23 math functions (#9...OverMighty2-6/+6
2024-06-10[libc][math][c23] Add nanf16 C23 math function (#94767)OverMighty1-1/+1
2024-06-08[libc][math][C23] Implemented remquof128 function (#94809)Hendrik Hübner1-1/+1
2024-06-08[libc][math][c23] fmul correcly rounded to all rounding modes (#91537)Job Henandez Lara1-1/+1
2024-06-07[libc][math][c23] Add fmodf16 C23 math function (#94629)OverMighty1-1/+1
2024-06-06[libc][math][c23] Add {fmaximum,fminimum}{,_mag,_mag_num,_num} C23 math funct...OverMighty2-14/+16
2024-06-05[libc][math][c23] Add {nextafter,nexttoward,nextup,nextdown}f16 C23 math func...OverMighty2-6/+6
2024-06-05[libc][math][c23] Implement fmaxf16 and fminf16 function (#94131)Hendrik Hübner1-2/+2
2024-06-05[libc][math][c23] Add fdimf16 C23 math function (#94354)OverMighty1-1/+1
2024-06-05[libc][math][c23] Add copysignf16 C23 math function (#94351)OverMighty1-1/+1
2024-06-05[libc][math][c23] Add canonicalizef16 C23 math function (#94341)OverMighty2-2/+2
2024-06-04[NFC] Fix typo in libc/docs/gpu/using.rstJoachim Meyer1-1/+1
2024-06-04[libc][math][c23] Add {fromfp,fromfpx,ufromfp,ufromfpx}f16 C23 math functions...OverMighty2-7/+8
2024-06-04[libc][math][c23] Add {nearbyint,rint,lrint,llrint,lround,llround}f16 C23 mat...OverMighty1-6/+6
2024-06-03[libc][math][c23] Add {ceil,floor,round,roundeven,trunc}f16 C23 math function...OverMighty1-5/+5
2024-05-31[libc] rework mutex (#92168)Schrodinger ZHU Yifan1-0/+3
2024-05-30[libc][math][c23] Add fabsf16 C23 math function (#93567)OverMighty1-1/+1
2024-05-23[libc][docs] adds macro handling, POSIX status, and validation to docgen (#89...Michael Flanders5-15/+520
2024-04-30Add basic char*_t support for libc (partial WG14 N2653) (#90360)Fabian Keßler1-1/+1
2024-04-29[libc][math] Adds entrypoint and tests for nearbyintf128,scalbnf128 (#88443)Michael Flanders1-2/+2
2024-04-23[libc] Generate docs for `setjmp.h` (#89542)Rajveer Singh Bharadwaj2-0/+17
2024-04-22[libc][docs] codify Policy on Assembler Sources (#88185)Nick Desaulniers1-0/+41
2024-04-18[libc][docs] link to good beginner bugs (#89297)Nick Desaulniers1-0/+8
2024-04-18[libc][docs] adds threads.h impl status docs (#89275)Michael Flanders2-0/+89
2024-04-18[libc][docs] adds highlighting languages to `docs/dev/config_options.rst` (#8...Michael Flanders1-9/+7
2024-04-17[libc][c23][fenv] Implement fetestexceptflag (#87828)Robin Caloudis2-3/+3
2024-04-12[libc][docs] use docgen to generate stdbit rst docs (#88540)Michael Flanders1-131/+219
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers2-1/+38
2024-04-11[libc][docs] Generate docs for signal.h & optimized is_implemented func (#88028)Xu Zhang2-0/+44
2024-04-10[libc] Add note to use `LIBC_GPU_BUILD=ON` as another formJoseph Huber1-1/+6
2024-04-08[libc][docs] fix missing includeNick Desaulniers1-0/+2
2024-04-08[libc][docs] generate docs for ctype.h (#87946)Zander Dumont-Strom2-0/+54
2024-04-05[libc][docs] Introduce docgen (#87682)Nick Desaulniers2-0/+65
2024-04-05 [libc][c23][fenv] implement fesetexcept (#87603)aniplcc1-1/+1
2024-04-05[libc] Implement roundeven C23 math functions (#87678)Vinayak Dev2-2/+2
2024-04-04[libc][math][c23] Add exp2m1f C23 math function (#86996)OverMighty1-1/+1
2024-04-02[libc] Move {f,d}sqrt to higher functions in docs (#87445)Vinayak Dev1-4/+4
2024-04-02[libc] Re-organize the math function tables in docs (#87412)Vinayak Dev1-509/+219
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue1-1/+2
2024-03-29[libc] enable stack protectors and frame pointers on default (#86288)Schrodinger ZHU Yifan1-0/+3
2024-03-29[libc][Docs] Update RPC server example using CUDA after changesJoseph Huber1-11/+4
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash1-0/+4
2024-03-27Revert "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x...Nick Desaulniers1-16/+16
2024-03-27[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x}* (#86692)OverMighty1-16/+16