aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
AgeCommit message (Expand)AuthorFilesLines
2024-02-28[libc][docs] Document policy for non-standard func (#83212)Michael Jones1-1/+2
2024-02-27[libc][stdbit] implement stdc_has_single_bit (C23) (#83168)Nick Desaulniers1-6/+6
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones2-0/+13
2024-02-27[libc][math][c23] Add C23 math functions ilogbf128, logbf128, and llogb(f|l|f...lntue1-0/+12
2024-02-26[libc][stdfix] Add sqrt for fixed point types. (#83042)lntue1-1/+1
2024-02-26[libc][stdbit] implement stdc_count_ones (C23) (#82444)Nick Desaulniers1-6/+6
2024-02-26[libc][stdbit] implement stdc_count_zeros (C23) (#82437)Nick Desaulniers1-6/+6
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber16-155/+155
2024-02-23[libc] Remove 'llvm-gpu-none' directory from build (#82816)Joseph Huber1-2/+2
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-16/+17
2024-02-20[libc][c23] add definitions for stdckdint.h (#82059)Schrodinger ZHU Yifan1-1/+2
2024-02-16[libc][stdfix] Add round functions for fixed point types. (#81994)lntue1-1/+1
2024-02-16[libc][docs] start documenting c23 support (#81933)Nick Desaulniers2-0/+115
2024-02-15[libc][stdfix] Add abs functions for signed fixed point types. (#81823)lntue1-1/+1
2024-02-14[libc][math] Add C23 ldexpf128 math function and fix DyadicFloat conversions ...lntue1-0/+2
2024-02-14[libc][stdbit] implement stdc_first_trailing_one (C23) (#81768)Nick Desaulniers1-6/+6
2024-02-14[libc][stdbit] implement stdc_first_trailing_zero (C23) (#81526)Nick Desaulniers1-6/+6
2024-02-14[libc][stdbit] implement stdc_first_leading_one (C23) (#81502)Nick Desaulniers1-24/+24
2024-02-13[libc][stdfix] Generate stdfix.h header with fixed point precision macros acc...lntue2-0/+142
2024-02-09[libc][math] Add C23 math function frexpf128. (#81337)lntue1-0/+2
2024-02-09[libc][math] Add C23 math function fdimf128. (#81074)lntue1-0/+2
2024-02-07[libc] Enable float128 entrypoints on aarch64 and riscv64. (#80682)lntue1-8/+8
2024-02-05[libc] implement insque and remque (#80305)Sirui Mu1-2/+2
2024-02-05[libc] tiny fix for doc (#80512)Schrodinger ZHU Yifan3-3/+3
2024-02-05[libc][math] Add float128 rounding functions (ceilf128, floorf128, roundf128,...lntue1-0/+8
2024-02-02[libc] add doc for search.h (#80492)Schrodinger ZHU Yifan2-0/+72
2024-02-01[libc] implement stdc_leading_ones (C23) (#80082)Nick Desaulniers1-6/+6
2024-01-31[libc][docs] fix stdbit.h docs (#80070)Nick Desaulniers1-7/+8
2024-01-30[libc][docs] add page for stdbit.h (#79908)Nick Desaulniers2-0/+135
2024-01-25[libc] Add fminf128 and fmaxf128 implementations for Linux x86_64. (#79307)felixh56781-0/+4
2024-01-25[libc] Move printf long double to simple calc (#75414)michaelrj-google1-6/+17
2024-01-24[libc] Add sqrtf128 implementation for Linux x86_64. (#79195)felixh56781-5/+7
2024-01-23[libc][Docs] Update the GPU RPC documentation (#79069)Joseph Huber3-7/+296
2024-01-22[libc] Include missing RISC-V stdlib.h and math.h entrypoints (#79034)Petr Hosek1-118/+118
2024-01-18[libc][arm] add more math.h entrypoints (#77839)Nick Desaulniers1-106/+106
2024-01-12[libc][math] Add C23 math function fabsf128. (#77825)lntue1-0/+2
2024-01-08Reapply "[libc] build with -Werror (#73966)" (#74506)Nick Desaulniers1-0/+8
2024-01-05[libc][math] Implement nan(f|l) functions (#76690)Nishant Mittal1-3/+3
2023-12-05[libc] [search] improve hsearch robustness (#73896)Schrodinger ZHU Yifan1-0/+7
2023-12-04Revert "[libc] build with -Werror (#73966)"Nick Desaulniers1-8/+0
2023-12-04[libc] build with -Werror (#73966)Nick Desaulniers1-0/+8
2023-11-28[libc][docs] Update implementation docs (#73590)michaelrj-google6-73/+105
2023-11-24[libc][NFC] Move float macro into its own header / add target os detection (#...Guillaume Chatelet1-1/+5
2023-11-21[libc][math] Implement nexttoward functions (#72763)Nishant Mittal1-3/+3
2023-11-10[libc][math] Add initial support for C23 float128 math functions, starting wi...lntue1-2/+4
2023-11-10[libc] Update configure.rst after config.json modification (#71942)Guillaume Chatelet1-0/+1
2023-11-06[libc][math] Implement powf function correctly rounded to all rounding modes....lntue1-1/+2
2023-10-23[libc] Enable remaining string functions on the GPU (#68346)Joseph Huber1-8/+19
2023-10-17[libc] Implement the 'ungetc' function on the GPU (#69248)Joseph Huber1-0/+1
2023-09-28[libc][math] Implement double precision expm1 function correctly rounded for ...lntue1-3/+3