aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[libc] Update GPU testing documentation (#85459)Joseph Huber3-23/+141
2024-03-15[libc][math][c23] adds `nanf128` (#85201)Michael Flanders1-0/+2
2024-03-15[libc] Fix typo in libc fullbuild mode doc (#85204)FantasqueX1-1/+1
2024-03-13[libc][docs] document gpu support for stdbit.h (#85103)Nick Desaulniers1-0/+73
2024-03-12[libc][math] Adds entrypoint and test for `nextafterf128` (#84882)Michael Flanders1-0/+2
2024-03-12[libc] implement the final macros for stdbit.h support (#84798)Nick Desaulniers2-5/+5
2024-03-11[libc][math][c23] Add fmodl and fmodf128 math functions. (#84600)lntue1-1/+3
2024-03-11[libc][NFC] Clean up test/src/math/differential_testing folder, renaming it t...lntue1-2/+2
2024-03-10[libc][stdbit][c23] adds implementation of `stdc_bit_ceil` functions (#84657)Michael Flanders1-6/+6
2024-03-09[libc][math][c23] Add modff128 C23 math function. (#84532)lntue1-0/+2
2024-03-08[libc][math][c23] Add (l|ll)rintf128 and (l|ll)roundf128 math functions. (#84...lntue1-0/+10
2024-03-08[libc][docs] add slides link for Tue's 2023 talk (#84516)Nick Desaulniers1-0/+1
2024-03-07[libc] finish documenting c23 additions (#84383)Nick Desaulniers1-33/+79
2024-03-07[libc][docs] add page linking to talks (#84393)Nick Desaulniers2-0/+30
2024-03-07[libc][stdfix] Add exp function for short _Accum and _Accum types. (#84391)lntue1-1/+1
2024-03-07[libc][stdbit] implement stdc_bit_floor (C23) (#84233)Nick Desaulniers1-6/+6
2024-03-06[libc][stdfix] Add integer square root with fixed point output functions. (#8...lntue1-4/+17
2024-03-06[libc] Update GPU documentation pages (#84076)Joseph Huber5-50/+473
2024-03-05[libc][stdbit] implement stdc_bit_width (C23) (#83892)Nick Desaulniers1-6/+6
2024-02-29[libc][NFC] Rename `LIBC_COMPILER_HAS_FLOAT128` to `LIBC_TYPES_HAS_FLOAT128` ...Guillaume Chatelet1-1/+1
2024-02-29[libc][NFC] rename `float.h` macro file to `types.h` (#83190)Guillaume Chatelet1-1/+1
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