[libc-commits] [libc] [llvm] [libc][math] Refactor hypotf16 to header-only shared math (PR #175438)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Sun Jan 11 14:50:16 PST 2026
================
@@ -1040,3 +1040,18 @@ add_header_library(
libc.src.__support.math.sincos_eval
libc.src.__support.macros.optimization
)
+
+add_header_library(
+ hypotf16
+ HDRS
+ hypotf16.h
+ DEPENDS
+ libc.hdr.fenv_macros
+ libc.hdr.math_macros
+ libc.src.__support.common
+ libc.src.__support.FPUtil.fp_bits
+ libc.src.__support.FPUtil.sqrt
+ libc.src.__support.macros.config
+ libc.src.__support.macros.optimization
+ libc.src.__support.macros.properties.types
+)
----------------
bassiounix wrote:
Please move it to its alphabetical order.
https://github.com/llvm/llvm-project/pull/175438
More information about the libc-commits
mailing list