[libc-commits] [libc] [libc][math] implemented dadd and ddiv (PR #100456)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 24 14:12:19 PDT 2024
================
@@ -492,7 +544,7 @@ add_entrypoint_object(
HDRS
../fadd.h
DEPENDS
- libc.src.__support.FPUtil.basic_operations
+ libc.src.__support.FPUtil.generic.add_sub
----------------
overmighty wrote:
Maybe `fadd` fixes should be moved to another, small PR.
https://github.com/llvm/llvm-project/pull/100456
More information about the libc-commits
mailing list