File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 55
55
* (2) Re-implementations of STL functions and types:
56
56
* - C++ features that need the \p __device__ annotation. These are
57
57
* placed into the \p platform namespace.
58
- * - \p abs
58
+ * - \p abs
59
59
* - \p plus
60
60
* - \p less
61
61
* - \p greater
127
127
#include < algorithm> // Minimum/maximum operations
128
128
#include < cstddef> // nullptr_t
129
129
#include < functional> // Arithmetic operations
130
+ #include < limits> // float_round_style, float_denorm_style
130
131
#include < utility> // For methods on std::pair
131
132
#if (!defined(_MSC_VER) && (__cplusplus >= 201103L)) || (defined(_MSC_VER) && (_MS_VER >= 1500))
132
133
#include < type_traits> // For integral constants, conditional metaprogramming, and type traits
You can’t perform that action at this time.
0 commit comments