[libc-commits] [libc] [libc][stdfix] Add integer square root with fixed point output functions. (PR #83959)

via libc-commits libc-commits at lists.llvm.org
Wed Mar 6 14:57:44 PST 2024


================
@@ -93,6 +98,9 @@ roundfx
 Higher math functions
 =====================
 
+The following math functions are modeled after C99/C23 math functions for
+floating point types.
----------------
lntue wrote:

Done.

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


More information about the libc-commits mailing list