[libc-commits] [libc] [libc] make aarch64 libm entrypoints consistent w/ x86-64 (PR #100963)
via libc-commits
libc-commits at lists.llvm.org
Mon Jul 29 03:00:30 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
----------------
overmighty wrote:
Do we just sort all entrypoints with `sort`, or do we sort prefixes and then group type variants of the same function together? I guess the former is easier.
https://github.com/llvm/llvm-project/pull/100963
More information about the libc-commits
mailing list