llvm-project/libc/utils/MPFRWrapper
Tue Ly e581841e8c [libc] Implement log10f correctly rounded for all rounding modes.
Based on RLIBM implementation similar to logf and log2f.  Most of the exceptional inputs are the exact powers of 10.

Reviewed By: sivachandra, zimmermann6, santoshn, jpl169

Differential Revision: https://reviews.llvm.org/D118093
2022-01-25 10:33:39 -05:00
..
CMakeLists.txt [libc][NFC] Move utils/CPP to src/__support/CPP. 2021-10-28 15:50:00 +00: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