summaryrefslogtreecommitdiff
path: root/libc/src/stdfix/countlsk.cpp
AgeCommit message (Collapse)Author
2025-02-12[libc][stdfix] Implement `countlsfx` functions in libc. (#126597)Krishna Pandey
fixes #113357 --------- Signed-off-by: krishna2803 <kpandey81930@gmail.com>
2025-02-07Revert "[libc][stdfix] Fix buildbot failure because of a typo. (#126291)"Joseph Huber
This reverts commit bada9220b87e73c0f4a498b82f883e17eda928d1. Revert "[libc][stdfix] Implement fixed point `countlsfx` functions in llvm-libc (#125356)" This reverts commit f2a1103b323492160d7d27a1575fbda709b49036.
2025-02-07[libc][stdfix] Implement fixed point `countlsfx` functions in llvm-libc ↵Krishna Pandey
(#125356) fixes #113357