summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/cuda_wrappers/algorithm
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Make __host__/__device__ min/max overloads constexpr in C++14.Justin Lebar2018-06-291-4/+13
* [CUDA] Make min/max shims host+device.Justin Lebar2018-06-291-4/+4
* [CUDA] Make std::min/max work when compiling in C++14 mode with a C++11 stdlib.Justin Lebar2018-05-171-18/+29
* [CUDA] Fix std::min on device side to return the min, not the max.Justin Lebar2017-11-111-1/+1
* [CUDA] Re-land support for <complex> (r283683 and r283680).Justin Lebar2016-10-111-0/+96
* Revert r283680.Nico Weber2016-10-101-96/+0
* [CUDA] Support <complex> and std::min/max on the device.Justin Lebar2016-10-081-0/+96
OpenPOWER on IntegriCloud