Skip to content

Commit 8089ee0

Browse files
committed
Apply comment
Signed-off-by: Mochalova <anastasiya.mochalova@intel.com>
1 parent 715a22e commit 8089ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/intel/group_algorithm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ template <typename T, typename V> struct identity<T, intel::plus<V>> {
9898
};
9999

100100
template <typename T, typename V> struct identity<T, intel::minimum<V>> {
101-
static constexpr T value = std::numeric_limits<T>::max();
101+
static constexpr T value = (std::numeric_limits<T>::max)();
102102
};
103103

104104
template <typename T, typename V> struct identity<T, intel::maximum<V>> {

0 commit comments

Comments
 (0)