summaryrefslogtreecommitdiff
path: root/libc/utils/MPCWrapper/MPCUtils.cpp
AgeCommit message (Collapse)Author
2025-03-04[libc][bazel] Add BUILD targets for complex functions and tests. (#129618)Jorge Gorbe Moya
This involved a little bit of yak shaving because one of the new tests depends on MPC, and we didn't have targets for it yet, so I ended up needing to add a similar setup to what we have for MPFR.
2025-01-28[libc][complex] Testing infra for MPC (#121261)Shourya Goel
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.