[clang] [libc] [llvm] [clang] Make __builtin_expf constexpr. (PR #140841)
Alexey Samsonov via cfe-commits
cfe-commits at lists.llvm.org
Tue May 20 23:06:34 PDT 2025
================
@@ -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``: The value written back to the second parameter when calling frexp/frexpf/frexpl` with `+/-Inf`/`NaN` is unspecified. Configure an explicit 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.
----------------
vonosmas wrote:
Does this reverts a landed fix to docs?
https://github.com/llvm/llvm-project/pull/140841
More information about the cfe-commits
mailing list