[libc][math]fadd implementation (#99694)

- **[libc] math fadd**
- **[libc][math] implemented fadd**
This commit is contained in:
aaryanshukla
2024-07-19 14:40:34 -07:00
committed by GitHub
parent 84658fb82b
commit a2f61ba08b
16 changed files with 115 additions and 1 deletions

View File

@@ -174,6 +174,20 @@ add_fp_unittest(
libc.src.__support.FPUtil.fp_bits
)
add_fp_unittest(
fadd_test
NEED_MPFR
SUITE
libc-math-unittests
SRCS
fadd_test.cpp
HDRS
AddTest.h
DEPENDS
libc.src.math.fadd
libc.src.__support.FPUtil.basic_operations
)
add_fp_unittest(
trunc_test
NEED_MPFR