mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
5fedf7f420
NFC intended in the implementaton. Only mechanical changes to fit the LLVM libc implementation standard have been done. Math testing infrastructure has been added. This infrastructure compares the results produced by the libc with the high precision results from MPFR. Tests making use of this infrastructure have been added for cosf, sinf and sincosf. Reviewers: abrachet, phosek Differential Revision: https://reviews.llvm.org/D76825
7 lines
161 B
CMake
7 lines
161 B
CMake
add_subdirectory(CPP)
|
|
add_subdirectory(HdrGen)
|
|
add_subdirectory(MPFRWrapper)
|
|
add_subdirectory(testutils)
|
|
add_subdirectory(UnitTest)
|
|
add_subdirectory(benchmarks)
|