From f63025f52f71defd62885d92d4f03641cc4c6640 Mon Sep 17 00:00:00 2001 From: Tue Ly Date: Tue, 18 Apr 2023 14:09:42 -0400 Subject: [PATCH] [libc][Obvious] Fix the performance table in math function documentation. --- libc/docs/math/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/docs/math/index.rst b/libc/docs/math/index.rst index 8a99d67..15895fe 100644 --- a/libc/docs/math/index.rst +++ b/libc/docs/math/index.rst @@ -211,7 +211,7 @@ Performance on Linux). Fmod performance results obtained with "differential_testing". +--------------+-------------------------------+-------------------------------+-------------------------------------+----------------------------------------------------------------------+ -| | Reciprocal throughput (clk) | Latency (clk) | Testing ranges | Testing configuration | +| | Reciprocal throughput (clk) | Latency (clk) | Testing ranges | Testing configuration | | +-----------+-------------------+-----------+-------------------+ +-------------+-------------------------+--------------+---------------+ | | LLVM libc | Reference (glibc) | LLVM libc | Reference (glibc) | | CPU | OS | Compiler | Special flags | +==============+===========+===================+===========+===================+=====================================+=============+=========================+==============+===============+ -- 2.7.4