llvm-project/libc/utils/MPFRWrapper
Siva Chandra Reddy dbb131d53a [libc] Add a standalone flavor of an equivalent of std::string_view.
This class is to serve as a replacement for llvm::StringRef as part of
the plans to limit dependency on other parts of LLVM. One use of
llvm::StringRef in MPFRWrapper has been replaced with the new class.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D97330
2021-02-23 15:40:26 -08:00
..
CMakeLists.txt [libc] Add a standalone flavor of an equivalent of std::string_view. 2021-02-23 15:40:26 -08:00
MPFRUtils.cpp [libc] Add a standalone flavor of an equivalent of std::string_view. 2021-02-23 15:40:26 -08:00
MPFRUtils.h [libc] Add implementation of fmaf. 2021-01-06 17:14:20 -05:00
check_mpfr.cpp