llvm-project/libc/utils/MPFRWrapper
Siva Chandra Reddy 6666e0d7a2 [libc] Make FPBits a union.
This helps us avoid the uncomfortable reinterpret-casts. Avoiding the
reinterpret casts prevents us from tripping the sanitizers as well.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D100360
2021-04-13 09:21:35 -07: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] Make FPBits a union. 2021-04-13 09:21:35 -07:00
MPFRUtils.h [libc] Add implementation of fmaf. 2021-01-06 17:14:20 -05:00
check_mpfr.cpp