[libc-commits] [libc] [llvm] [libc][math] Refactor logf16 to header-only shared math (PR #175408)
cpist via libc-commits
libc-commits at lists.llvm.org
Wed Jan 28 12:50:12 PST 2026
================
@@ -756,6 +756,27 @@ add_header_library(
libc.src.__support.macros.config
)
+add_header_library(
+ logf16
+ HDRS
+ logf16.h
+ DEPENDS
+ .expxf16_utils
+ libc.hdr.errno_macros
+ libc.hdr.fenv_macros
+ libc.src.__support.common
+ libc.src.__support.FPUtil.cast
+ libc.src.__support.FPUtil.except_value_utils
+ libc.src.__support.FPUtil.fenv_impl
+ libc.src.__support.FPUtil.fp_bits
+ libc.src.__support.FPUtil.multiply_add
+ libc.src.__support.FPUtil.poly_eval
----------------
cpist wrote:
I just woke up and saw that you submitted the PR.
Thank you for reviewing and moving forward with this.
https://github.com/llvm/llvm-project/pull/175408
More information about the libc-commits
mailing list