[libc-commits] [libc] [libc][stdfix] Implement fixed point `countlsfx` functions in llvm-libc (PR #125356)

Krishna Pandey via libc-commits libc-commits at lists.llvm.org
Wed Feb 5 15:18:00 PST 2025


================
@@ -163,6 +176,26 @@ template <typename T> LIBC_INLINE constexpr T round(T x, int n) {
   return bit_and((x + round_bit), rounding_mask);
 }
 
+// count leading zeros
----------------
krishna2803 wrote:

Resolved in [475945d9](https://github.com/llvm/llvm-project/pull/125356/commits/475945d9556edbe496dbd43af2461b52a51edf00)

https://github.com/llvm/llvm-project/pull/125356


More information about the libc-commits mailing list