[all-commits] [llvm/llvm-project] 7f37b3: [libc][complex] Testing infra for MPC (#121261)
Shourya Goel via All-commits
all-commits at lists.llvm.org
Mon Jan 27 21:31:38 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f37b34d31914120a5bb6bd341e7616773df7613
https://github.com/llvm/llvm-project/commit/7f37b34d31914120a5bb6bd341e7616773df7613
Author: Shourya Goel <shouryagoel10000 at gmail.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M libc/CMakeLists.txt
A libc/cmake/modules/LLVMLibCCheckMPC.cmake
M libc/src/__support/CMakeLists.txt
M libc/src/__support/CPP/type_traits.h
A libc/src/__support/complex_basic_ops.h
M libc/src/__support/complex_type.h
M libc/src/complex/generic/CMakeLists.txt
M libc/src/complex/generic/conj.cpp
M libc/src/complex/generic/conjf.cpp
M libc/src/complex/generic/conjf128.cpp
M libc/src/complex/generic/conjf16.cpp
M libc/src/complex/generic/conjl.cpp
M libc/src/complex/generic/cproj.cpp
M libc/src/complex/generic/cprojf.cpp
M libc/src/complex/generic/cprojf128.cpp
M libc/src/complex/generic/cprojf16.cpp
M libc/src/complex/generic/cprojl.cpp
M libc/test/UnitTest/FPMatcher.h
M libc/test/src/CMakeLists.txt
M libc/test/src/complex/CMakeLists.txt
M libc/test/src/complex/cprojf_test.cpp
M libc/utils/CMakeLists.txt
A libc/utils/MPCWrapper/CMakeLists.txt
A libc/utils/MPCWrapper/MPCUtils.cpp
A libc/utils/MPCWrapper/MPCUtils.h
A libc/utils/MPCWrapper/check_mpc.cpp
M libc/utils/MPFRWrapper/CMakeLists.txt
A libc/utils/MPFRWrapper/MPCommon.cpp
A libc/utils/MPFRWrapper/MPCommon.h
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc][complex] Testing infra for MPC (#121261)
This PR aims to add the groundwork to test the precision of libc complex
functions against MPC. I took `cargf` as a test to verify that the infra
works fine.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list