| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc][math][c23] Add rsqrtf() function (#159615) Closes #159614 **Changes:** - Initial implementation of rsqrt for single precision float **Some small unrelated style changes to this PR (that I missed in my rsqrtf16 PR):** - Added extra - to the top comments to make it look nicer in libc/shared/math/rsqrtf16.h - Put rsqrtf16 inside of libc/src/__support/math/CMakeLists.txt in sorted order - Rearanged libc_math_function rsqrtf16 in Bazel to match alphabetical order | 9 个月前 | |
[libc] Implement CMPLX related macros (#156344) | 10 个月前 | |
[libc][docs] Add dirent implementation status doc and include in CMakeLists (#132151) These changes tracks dirent.h for the implementation status of functions and macros, with respect to the issue ( https://github.com/llvm/llvm-project/issues/122006 ). | 1 年前 | |
[libc] Update some implementation status for search.h (#148414) - VISIT was implemented in https://github.com/llvm/llvm-project/pull/132746. - lsearch was implemented in https://github.com/llvm/llvm-project/pull/131431. At first, I thought this would be updated automatically, but it seems that the header status needs to be added manually. | 1 年前 | |
[libc][stdfix] Implement fxdivi functions (rdivi) (#154914) This PR includes only one of the fxdivi functions (rdivi). It uses a polynomial function for initial approximation followed by 4 newton-raphson iterations to calculate the reciprocal and finally multiplies the numerator with it to get the result. --------- Signed-off-by: Shreeyash Pandey <shreeyash335@gmail.com> | 9 个月前 | |
[libc][POSIX] Add clock_settime() function for Linux (#161729) Closes #161461 - This is my first time contributing to libc's POSIX, so for reference I used clock_gettime implementation for Linux. For convenience, here is the description of clock_settime function [behavior](https://www.man7.org/linux/man-pages/man3/clock_settime.3.html) | 8 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 9 个月前 | ||
| 10 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 9 个月前 | ||
| 8 个月前 |