[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 05:05:08 PDT 2024
================
@@ -0,0 +1,114 @@
+//===-- Unittests for pow ------------------------------------------------===//
----------------
overmighty wrote:
Nit: formatting.
```suggestion
//===-- Unittests for pow -------------------------------------------------===//
```
https://github.com/llvm/llvm-project/pull/101926
More information about the libc-commits
mailing list