[libc-commits] [libc] [llvm] [libc][math] Refactor f16fmaf128 to Header Only (PR #177850)
via libc-commits
libc-commits at lists.llvm.org
Tue Jan 27 06:53:42 PST 2026
================
@@ -649,13 +649,14 @@ add_header_library(
)
add_header_library(
- f16fmal
+ f16fmaf128
HDRS
- f16fmal.h
+ f16fmaf128.h
DEPENDS
- libc.src.__support.macros.config
libc.src.__support.FPUtil.fma
- libc.include.llvm-libc-macros.float16_macros
+ libc.src.__support.common
+ libc.src.__support.macros.config
+ libc.include.llvm-libc-macros.float128_macros
)
----------------
Sukumarsawant wrote:
fixed the overlapping for f16fmal & f16fmaf128 acc to latest version
https://github.com/llvm/llvm-project/pull/177850
More information about the libc-commits
mailing list