[libc][math]fadd implementation (#99694)
- **[libc] math fadd** - **[libc][math] implemented fadd**
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user