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

Chinmay Ingle via libc-commits libc-commits at lists.llvm.org
Mon Feb 23 20:25:48 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",
----------------
chinmayingle wrote:

done

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


More information about the libc-commits mailing list