[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:07 PDT 2024
https://github.com/overmighty requested changes to this pull request.
I would drop C23 from the PR title, as the `scalbln` function family is from C99. See https://en.cppreference.com/w/c/numeric/math/scalbn. Only `scalblnf128` is a C23 function, so I don't think it would make sense to have C23 in the PR title.
https://github.com/llvm/llvm-project/pull/102219
More information about the libc-commits
mailing list