[libc-commits] [libc] [libc][math] Add option to set a specific exponent for frexp with Inf/NaN inputs. (PR #112387)
via libc-commits
libc-commits at lists.llvm.org
Thu Oct 17 21:48:53 PDT 2024
================
@@ -87,6 +87,10 @@
"LIBC_CONF_MATH_OPTIMIZATIONS": {
"value": 0,
"doc": "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."
+ },
+ "LIBC_CONF_FREXP_INF_NAN_EXPONENT": {
+ "value": "",
+ "doc": "Set the specific exp value for Inf/NaN inputs."
----------------
lntue wrote:
Done.
https://github.com/llvm/llvm-project/pull/112387
More information about the libc-commits
mailing list