[libc-commits] [libc] 00d30bd - [libc] Commit document formatting change someone left
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Fri Oct 18 08:09:38 PDT 2024
Author: Joseph Huber
Date: 2024-10-18T10:09:28-05:00
New Revision: 00d30bd61e5f9a3c5658005ff0f74fcfef7b0c7e
URL: https://github.com/llvm/llvm-project/commit/00d30bd61e5f9a3c5658005ff0f74fcfef7b0c7e
DIFF: https://github.com/llvm/llvm-project/commit/00d30bd61e5f9a3c5658005ff0f74fcfef7b0c7e.diff
LOG: [libc] Commit document formatting change someone left
Added:
Modified:
libc/docs/configure.rst
Removed:
################################################################################
diff --git a/libc/docs/configure.rst b/libc/docs/configure.rst
index e225e6b566dfb2..3db750b1aed214 100644
--- a/libc/docs/configure.rst
+++ b/libc/docs/configure.rst
@@ -33,7 +33,7 @@ to learn about the defaults for your platform and target.
* **"general" options**
- ``LIBC_ADD_NULL_CHECKS``: Add nullptr checks in the library's implementations to some functions for which passing nullptr is undefined behavior.
* **"math" options**
- - ``LIBC_CONF_FREXP_INF_NAN_EXPONENT``: Set the specific exp value for Inf/NaN inputs.
+ - ``LIBC_CONF_FREXP_INF_NAN_EXPONENT``: The value written back to the second parameter when calling frexp/frexpf/frexpl` with `+/-Inf`/`NaN` is unspecified. Configue an explicit exp value for Inf/NaN inputs.
- ``LIBC_CONF_MATH_OPTIMIZATIONS``: Configures optimizations for math functions. Values accepted are LIBC_MATH_SKIP_ACCURATE_PASS, LIBC_MATH_SMALL_TABLES, LIBC_MATH_NO_ERRNO, LIBC_MATH_NO_EXCEPT, and LIBC_MATH_FAST.
* **"printf" options**
- ``LIBC_CONF_PRINTF_DISABLE_FIXED_POINT``: Disable printing fixed point values in printf and friends.
More information about the libc-commits
mailing list