[libc-commits] [libc] [llvm] [libc][math] Refactor logf16 to header-only shared math (PR #175408)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Jan 26 16:53:21 PST 2026
================
@@ -611,6 +611,33 @@ add_header_library(
libc.src.__support.FPUtil.manipulation_functions
)
+add_header_library(
+ f16sqrtl
+ HDRS
+ f16sqrtl.h
+ DEPENDS
+ libc.src.__support.FPUtil.generic.sqrt
+ libc.src.__support.macros.properties.types
+)
+
+add_header_library(
+ frexpf128
+ HDRS
+ frexpf128.h
+ DEPENDS
+ libc.src.__support.macros.properties.types
+ libc.src.__support.FPUtil.manipulation_functions
+)
+
+add_header_library(
+ frexpf128
+ HDRS
+ frexpf128.h
+ DEPENDS
+ libc.src.__support.macros.properties.types
+ libc.src.__support.FPUtil.manipulation_functions
+)
+
----------------
bassiounix wrote:
This shouldn't exist in the diff!
https://github.com/llvm/llvm-project/pull/175408
More information about the libc-commits
mailing list