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

via libc-commits libc-commits at lists.llvm.org
Wed Feb 5 12:07:15 PST 2025


================
@@ -15,6 +15,7 @@ set(
     "fixed_point"
     "cfloat16"
     "cfloat128"
+    "padding_on_unsigned_fixed_point"
----------------
lntue wrote:

Can we remove changes on this file and `check_padding_on_unsigned_fixed_point.cpp` and leave them for other PR?  They won't work as intended without changes in `include/llvm-libc-macros/stdfix-macros.h`.

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


More information about the libc-commits mailing list