[libc-commits] [libc] [libc][stdfix] Implement `countlsfx` functions (PR #114318)
via libc-commits
libc-commits at lists.llvm.org
Sat Nov 2 21:47:30 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 97377a4.
https://github.com/llvm/llvm-project/blob/97377a4ee6a92cd1a46c1d57d7c7ee75d18f8790/libc/test/src/stdfix/CMakeLists.txt#L45-L75
https://github.com/llvm/llvm-project/pull/114318
More information about the libc-commits
mailing list