[libc-commits] [libc] [llvm] [libc][math][c23] Add rsqrtf() function (PR #159615)

Anton Shepelev via libc-commits libc-commits at lists.llvm.org
Wed Oct 8 08:31:42 PDT 2025


================
@@ -2296,6 +2296,19 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_rsqrtf",
+    hdrs = ["src/__support/math/rsqrtf.h"],
+    deps = [
+        ":__support_fputil_cast",
+        ":__support_fputil_fenv_impl",
+        ":__support_fputil_fp_bits",
----------------
amemov wrote:

Done

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


More information about the libc-commits mailing list