[libc-commits] [libc] [libc] make aarch64 libm entrypoints consistent w/ x86-64 (PR #100963)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Mon Jul 29 08:19:39 PDT 2024
================
@@ -494,11 +500,11 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.rintf
libc.src.math.rintl
libc.src.math.round
- libc.src.math.roundf
- libc.src.math.roundl
libc.src.math.roundeven
libc.src.math.roundevenf
libc.src.math.roundevenl
+ libc.src.math.roundf
+ libc.src.math.roundl
libc.src.math.scalbn
----------------
SchrodingerZhu wrote:
I suppose the current ordering is sorted by @jhuber6
https://github.com/llvm/llvm-project/pull/100963
More information about the libc-commits
mailing list