[libc-commits] [PATCH] D127920: [libc] Add a status page for math functions.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jun 16 14:39:25 PDT 2022
lntue added inline comments.
================
Comment at: libc/docs/math.rst:228
+* `The GNU C Library (glibc) <https://www.gnu.org/software/libc/>`_.
+* `The GNU MPFR Library <https://www.mpfr.org/>`_.
----------------
sivachandra wrote:
> The MPFR or the GNU C library are not referenced in the text. Why list them here? Perhaps you want to add a section about testing and talk about MPFR there.
I added the reference to use MPFR for correctness testing and GNU C library for performance reference.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127920/new/
https://reviews.llvm.org/D127920
More information about the libc-commits
mailing list