[libc-commits] [libc] [libc][math] Implement fast pass for double precision pow function with up to 1ULP error. (PR #101926)
via libc-commits
libc-commits at lists.llvm.org
Mon Aug 5 06:33:32 PDT 2024
================
@@ -3695,6 +3695,16 @@ add_fp_unittest(
libc.src.__support.FPUtil.fp_bits
)
+add_fp_unittest(
+ pow_test
+ SUITE
+ libc-math-smoke-tests
+ SRCS
+ pow_test.cpp
+ DEPENDS
+ libc.src.math.pow
+)
----------------
lntue wrote:
Done.
https://github.com/llvm/llvm-project/pull/101926
More information about the libc-commits
mailing list