[libc-commits] [libc] [libc][math][c23] Add scalbln{, f, l, f128} C23 math functions (PR #102219)
via libc-commits
libc-commits at lists.llvm.org
Tue Aug 6 14:22:08 PDT 2024
================
@@ -2199,7 +2206,44 @@ functions:
- type: float128
- type: int
- type: unsigned int
- guard: LIBC_TYPES_HAS_FLOAT128
+ guard: LIBC_TYPES_HAS_FLOAT128scalbln
----------------
overmighty wrote:
This line should be reverted.
https://github.com/llvm/llvm-project/pull/102219
More information about the libc-commits
mailing list