[libc-commits] [libc] [libc][math][c23] Add nextupl and nextdownl functions (PR #85484)
via libc-commits
libc-commits at lists.llvm.org
Fri Mar 15 20:11:32 PDT 2024
================
@@ -259,6 +259,7 @@ LIBC_INLINE constexpr T nextupdown(T x) {
#ifdef LIBC_TYPES_LONG_DOUBLE_IS_X86_FLOAT80
#include "x86_64/NextAfterLongDouble.h"
+#include "x86_64/NextUpDownLongDouble.h"
----------------
lntue wrote:
Can you also add this new header to the bazel layout at:
https://github.com/llvm/llvm-project/blob/main/utils/bazel/llvm-project-overlay/libc/BUILD.bazel#L730
https://github.com/llvm/llvm-project/pull/85484
More information about the libc-commits
mailing list