[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:32 PST 2026
================
@@ -1469,6 +1310,21 @@ add_header_library(
libc.src.__support.macros.properties.types
)
+add_header_library(
+ hypot
+ HDRS
+ hypot.h
+ DEPENDS
+ libc.src.__support.common
+ libc.src.__support.FPUtil.fp_bits
+ libc.src.__support.FPUtil.fenv_impl
+ libc.src.__support.FPUtil.rounding_mode
+ libc.src.__support.FPUtil.basic_operations
+ libc.src.__support.CPP.type_traits
+ libc.src.__support.CPP.bit
+ libc.src.__support.uint128
----------------
chinmayingle wrote:
done
https://github.com/llvm/llvm-project/pull/177588
More information about the libc-commits
mailing list