[libc-commits] [libc] [libc][stdfix] Implement `countlsfx` functions (PR #114318)
via libc-commits
libc-commits at lists.llvm.org
Sat Nov 2 21:57:41 PDT 2024
================
@@ -2,6 +2,20 @@ if(NOT LIBC_COMPILER_HAS_FIXED_POINT)
return()
endif()
+foreach(suffix IN ITEMS hr r lr hk k lk uhr ur ulr uhk uk ulk)
----------------
duncpro wrote:
This is fixed in cc87a9a.
https://github.com/llvm/llvm-project/blob/cc87a9ac973131db1047a22ebfb2b0db2d2f1926/libc/src/stdfix/CMakeLists.txt#L33-L57
https://github.com/llvm/llvm-project/pull/114318
More information about the libc-commits
mailing list