[libc] [llvm] [libc][complex] Testing infra for MPC (PR #121261)
Shourya Goel via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 12 10:08:01 PST 2025
================
@@ -0,0 +1,365 @@
+//===-- Utils which wrap MPC ----------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "MPCUtils.h"
+
+#include "../MPFRWrapper/MPFRUtils.cpp"
----------------
Sh0g0-1758 wrote:
Ah yes. thanks for pointing this out. had left it for later and completely forgot about it. Made the changes now.
https://github.com/llvm/llvm-project/pull/121261
More information about the llvm-commits
mailing list