[libc-commits] [libc] [libc] Initial support so that libc-shared-tests can be built with pp64le (PR #188882)

via libc-commits libc-commits at lists.llvm.org
Mon Mar 30 07:06:53 PDT 2026


================
@@ -298,6 +298,7 @@ TEST(LlvmLibcSharedMathTest, AllDouble) {
   EXPECT_FP_EQ(0.0, LIBC_NAMESPACE::shared::nextafter(0.0, 0.0));
 }
 
+#ifndef LIBC_TYPES_LONG_DOUBLE_IS_DOUBLE_DOUBLE
----------------
lntue wrote:

I ported this change to a separate PR: https://github.com/llvm/llvm-project/pull/189373.  Our plan is to simply removing this guard when double-double is supported, and we don't need to add alternative tests for double-double.

https://github.com/llvm/llvm-project/pull/188882


More information about the libc-commits mailing list