
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.
7 lines
120 B
CMake
7 lines
120 B
CMake
add_subdirectory(hdrgen)
|
|
|
|
if(LLVM_INCLUDE_TESTS)
|
|
add_subdirectory(MPFRWrapper)
|
|
add_subdirectory(MPCWrapper)
|
|
endif()
|