[libc-commits] [libc] [llvm] [libc] Make ldexpf128/scalbnf128/scalblnf128 use emulated Float128 (PR #220295)
via libc-commits
libc-commits at lists.llvm.org
Tue Sep 1 11:54:37 PDT 2026
================
@@ -403,6 +403,12 @@ static_assert(Float128(0.0) ==
LIBC_NAMESPACE::shared::roundf128(Float128(0.0)));
static_assert(Float128(0.0) ==
LIBC_NAMESPACE::shared::truncf128(Float128(0.0)));
+static_assert(Float128(0.0) ==
----------------
Sukumarsawant wrote:
add them alphabetically
https://github.com/llvm/llvm-project/pull/220295
More information about the libc-commits
mailing list