[libc-commits] [libc] [libc][math][c23] Add linux/* entrypoints for nextup* and nextdown* (PR #85803)
via libc-commits
libc-commits at lists.llvm.org
Tue Mar 19 08:32:27 PDT 2024
================
@@ -429,12 +429,12 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.nextafter
libc.src.math.nextafterf
libc.src.math.nextafterl
- libc.src.math.nexttoward
- libc.src.math.nexttowardf
- libc.src.math.nexttowardl
libc.src.math.nextdown
libc.src.math.nextdownf
libc.src.math.nextdownl
+ libc.src.math.nexttoward
+ libc.src.math.nexttowardf
+ libc.src.math.nexttowardl
----------------
overmighty wrote:
I just reordered the existing entrypoints for linux/x86_64 here to keep them sorted.
https://github.com/llvm/llvm-project/pull/85803
More information about the libc-commits
mailing list