[libc-commits] [libc] [llvm] [libc][math] Refactor f16fmaf128 to Header Only (PR #177850)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Jan 26 09:33:20 PST 2026
================
@@ -4205,14 +4165,15 @@ libc_math_function(
libc_math_function(
name = "f16fmaf128",
additional_deps = [
- ":__support_fputil_fma",
+ ":__support_math_f16fmaf128",
+ ":llvm_libc_types_float128",
----------------
bassiounix wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/177850
More information about the libc-commits
mailing list