[libc-commits] [libc] [libc][stdfix] Implement fixed point fxbits functions in llvm-libc (PR #114912)

via libc-commits libc-commits at lists.llvm.org
Sat Nov 9 06:48:54 PST 2024


================
@@ -44,6 +44,19 @@ foreach(suffix IN ITEMS hr r lr hk k lk uhr ur ulr uhk uk ulk)
   )
 endforeach()
 
+foreach(prefix IN ITEMS hr r lr hk k lk uhr ur ulr uhk uk ulk)
+  add_entrypoint_object(
----------------
lntue wrote:

nit: put it together with the `foreach` loop above.

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


More information about the libc-commits mailing list