[libc-commits] [libc] [libc][stdfix] Implement `countlsfx` functions in libc. (PR #126597)
Krishna Pandey via libc-commits
libc-commits at lists.llvm.org
Tue Feb 11 14:08:45 PST 2025
================
@@ -73,6 +73,22 @@ foreach(suffix IN ITEMS hr r lr hk k lk uhr ur ulr uhk uk ulk)
libc.src.__support.CPP.bit
libc.src.__support.fixed_point.fx_bits
)
+
+ add_libc_test(
+ countls${suffix}_test
+ SUITE
+ libc-stdfix-tests
+ HDRS
+ CountlsTest.h
+ SRCS
+ countls${suffix}_test.cpp
+ COMPILE_OPTIONS
+ -O3
----------------
krishna2803 wrote:
fixed here:
https://github.com/llvm/llvm-project/blob/8790b2c010563947cb2c87c15e7cbf3ba46b31f1/libc/test/src/stdfix/CMakeLists.txt#L83-L86
https://github.com/llvm/llvm-project/pull/126597
More information about the libc-commits
mailing list