This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
adda256a7dafe9bd34ec388ee625abfa94de1bc0
clang-p2996
/
libcxx
/
test
/
std
/
numerics
/
numeric.ops
/
numeric.ops.midpoint
History
Marshall Clow
2184374d94
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.
...
llvm-svn: 363740
2019-06-18 21:20:02 +00:00
..
midpoint.fail.cpp
Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037.
2019-05-29 15:17:55 +00:00
midpoint.float.pass.cpp
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.
2019-06-18 21:20:02 +00:00
midpoint.integer.pass.cpp
[libc++] [test] Add missing required headers to midpoint.integer.pass.cpp
2019-04-18 18:02:14 +00:00
midpoint.pointer.pass.cpp
Reorg the midpoint pointer test into runtime and constexpr tests; comment out the volatile constexpr tests for GCC because our experimental gcc bot barfs on them.
2019-03-14 17:43:41 +00:00