Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libc++][test] Miscellaneous MSVC cleanups | Casey Carter | 2019-10-09 | 1 | -3/+3 |
* | Disable the 'nextafter' portions of these tests on PPC when using 128-bit dou... | Marshall Clow | 2019-06-18 | 1 | -19/+27 |
* | Fix the floating point version of midpoint. It wasn't constexpr, among other ... | Marshall Clow | 2019-06-18 | 1 | -5/+16 |
* | [libc++] [test] Use std::nextafter() instead of std::nexttoward() | Michal Gorny | 2019-05-14 | 1 | -2/+2 |
* | Implement midpoint for floating point types. Reviewed as https://reviews.llvm... | Marshall Clow | 2019-04-25 | 1 | -0/+113 |