llvm-project/libc/utils/MPFRWrapper
Tue Ly 700aebaf74 [libc] Set default CXX_STANDARD to C++17 and let targets set their own standard if needed.
CMAKE_CXX_STANDARD 14 is set in the llvm-project/llvm folder overriding all COMPILE_OPTIONS -std=c++17.  We need to override the CXX_STANDARD property of the target in order to set the correct C++ standard flags.

Reviewed By: gchatelet

Differential Revision: https://reviews.llvm.org/D118871
2022-02-04 09:59:21 -05:00
..
CMakeLists.txt [libc] Set default CXX_STANDARD to C++17 and let targets set their own standard if needed. 2022-02-04 09:59:21 -05:00
MPFRUtils.cpp [libc] Implement log10f correctly rounded for all rounding modes. 2022-01-25 10:33:39 -05:00
MPFRUtils.h [libc] Implement log10f correctly rounded for all rounding modes. 2022-01-25 10:33:39 -05:00
check_mpfr.cpp