[libc-commits] [libc] [libc][math] Add scalbln{, f, l, f128} math functions (PR #102219)
via libc-commits
libc-commits at lists.llvm.org
Thu Aug 8 10:04:47 PDT 2024
================
@@ -538,6 +538,9 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.roundevenl
libc.src.math.roundf
libc.src.math.roundl
+ libc.src.math.scalbln
+ libc.src.math.scalblnl
+ libc.src.math.scalblnf
----------------
overmighty wrote:
Nit: sorting.
```suggestion
libc.src.math.scalbln
libc.src.math.scalblnf
libc.src.math.scalblnl
```
https://github.com/llvm/llvm-project/pull/102219
More information about the libc-commits
mailing list