[libc-commits] [libc] [libc][math][c++23] Add {modf, remainder, remquo}bf16 math functions (PR #154652)
via libc-commits
libc-commits at lists.llvm.org
Tue Aug 26 13:56:24 PDT 2025
================
@@ -786,26 +786,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
libc.src.math.fminimum_mag_numbf16
libc.src.math.fminimum_numbf16
libc.src.math.frexpbf16
- libc.src.math.llrintbf16
- libc.src.math.llroundbf16
- libc.src.math.lrintbf16
- libc.src.math.lroundbf16
libc.src.math.fromfpbf16
libc.src.math.fromfpxbf16
libc.src.math.getpayloadbf16
libc.src.math.ilogbbf16
libc.src.math.ldexpbf16
libc.src.math.llogbbf16
+ libc.src.math.llrintbf16
+ libc.src.math.llroundbf16
+ libc.src.math.lrintbf16
+ libc.src.math.lroundbf16
libc.src.math.logbbf16
----------------
overmighty wrote:
Nit: sorting (while you're at it). Same for all entrypoints.txt files.
```suggestion
libc.src.math.logbbf16
libc.src.math.lrintbf16
libc.src.math.lroundbf16
```
https://github.com/llvm/llvm-project/pull/154652
More information about the libc-commits
mailing list