[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:30:29 PDT 2024
================
@@ -0,0 +1,114 @@
+//===-- Unittests for pow ------------------------------------------------===//
----------------
lntue wrote:
Done.
https://github.com/llvm/llvm-project/pull/101926
More information about the libc-commits
mailing list