1. b2e3c83 [libc++][test] Miscellaneous MSVC cleanups by Casey Carter · 6 years ago
  2. 2184374 Disable the 'nextafter' portions of these tests on PPC when using 128-bit doubles because the 'nextafter' call doesn't work right. Reviewed as https://reviews.llvm.org/D62384. Thanks to Xing Xue for the patch, and Hubert for the explanation. by Marshall Clow · 6 years ago
  3. 8dc6840 Fix the floating point version of midpoint. It wasn't constexpr, among other things. Add more tests. As a drive-by, the LCD implementation had a class named '__abs' which did a 'absolute value to a common-type' conversion. Rename that to be '__ct_abs'. by Marshall Clow · 6 years ago
  4. 87ae6bf [libc++] [test] Use std::nextafter() instead of std::nexttoward() by Michal Gorny · 6 years ago
  5. d3d0ecb Implement midpoint for floating point types. Reviewed as https://reviews.llvm.org/D61014. by Marshall Clow · 7 years ago