[libc-commits] [libc] [llvm] [libc][math] Refactor fsqrtf128 to Header Only. (PR #175686)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Fri Jan 16 16:15:01 PST 2026


================
@@ -2689,6 +2689,16 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_fsqrtf128",
+    hdrs = ["src/__support/math/fsqrtf128.h"],
+    deps = [
+        ":__support_common",
+        ":__support_fputil_sqrt",
+        ":__support_macros_config",
+    ],
+)
+
----------------
bassiounix wrote:

move down to maintain order

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


More information about the libc-commits mailing list