[libc-commits] [libc] 6441bfb - [libc][Obvious] Fix hyperlink and typo in math status page.
Tue Ly via libc-commits
libc-commits at lists.llvm.org
Fri Jun 17 06:36:01 PDT 2022
Author: Tue Ly
Date: 2022-06-17T09:35:51-04:00
New Revision: 6441bfb8867cd243ebdeb66fd5bd50825b17d096
URL: https://github.com/llvm/llvm-project/commit/6441bfb8867cd243ebdeb66fd5bd50825b17d096
DIFF: https://github.com/llvm/llvm-project/commit/6441bfb8867cd243ebdeb66fd5bd50825b17d096.diff
LOG: [libc][Obvious] Fix hyperlink and typo in math status page.
Added:
Modified:
libc/docs/math.rst
Removed:
################################################################################
diff --git a/libc/docs/math.rst b/libc/docs/math.rst
index d530156935e1f..2603ffb1ff736 100644
--- a/libc/docs/math.rst
+++ b/libc/docs/math.rst
@@ -26,7 +26,7 @@ Implementation Requirements / Goals
computations and produce the final results.
- To test for correctness, we compare the outputs with other correctly rounded
- multiple-precision math libraries such as the `GNU MPFR library <https://www.mpfr.org/>_`
+ multiple-precision math libraries such as the `GNU MPFR library <https://www.mpfr.org/>`_
or the `CORE-MATH library <https://core-math.gitlabpages.inria.fr/>`_.
* Our next requirement is that the outputs are consistent across all platforms.
@@ -188,7 +188,7 @@ Performance
* We also use the *perf* tool from the `CORE-MATH <https://core-math.gitlabpages.inria.fr/>`_
project: `link <https://gitlab.inria.fr/core-math/core-math/-/tree/master>`_.
- The performance results from the CORE-MATH's perf tool is reported in the
+ The performance results from the CORE-MATH's perf tool are reported in the
table below, using the system library as reference (such as the `GNU C library <https://www.gnu.org/software/libc/>`_
on Linux).
More information about the libc-commits
mailing list