[libc-commits] [libc] [llvm] [libc][math] Refactor dmul family to header-only (PR #182151)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Mar 9 22:59:57 PDT 2026
================
@@ -786,6 +786,23 @@ add_header_library(
libc.src.__support.FPUtil.multiply_add
libc.src.__support.macros.optimization
)
+add_header_library(
+ dmulf128
+ HDRS
+ dmulf128.h
+ DEPENDS
+ libc.include.llvm-libc-types.float128
+ libc.src.__support.FPUtil.generic.mul
+ libc.src.__support.macros.config
+)
+add_header_library(
----------------
bassiounix wrote:
```suggestion
)
add_header_library(
dmulf128
HDRS
dmulf128.h
DEPENDS
libc.include.llvm-libc-types.float128
libc.src.__support.FPUtil.generic.mul
libc.src.__support.macros.config
)
add_header_library(
```
https://github.com/llvm/llvm-project/pull/182151
More information about the libc-commits
mailing list