[libc-commits] [libc] [llvm] [libc][math] Move hypot to shared/math and make it constexpr (PR #177588)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Mon Feb 23 10:54:44 PST 2026


================
@@ -4193,6 +4050,15 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_hypot",
+    hdrs = ["src/__support/math/hypot.h"],
+    deps = [
+        ":__support_common",
+        ":__support_fputil_hypot",
----------------
bassiounix wrote:

`macros/config.h` entry?

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


More information about the libc-commits mailing list