Skip to content

Commit d2c7a22

Browse files
committed
tepes.cpp fix
Signed-off-by: Aleksander Fadeev <aleksander.fadeev@intel.com>
1 parent c8484e0 commit d2c7a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/CL/sycl/types.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ __SYCL_GENERATE_CONVERT_IMPL_FOR_ROUNDING_MODE(rtn, Rtn)
486486
template <typename T, typename R, rounding_mode roundingMode, typename OpenCLT,
487487
typename OpenCLR>
488488
detail::enable_if_t<
489-
(!is_standard_type<T>::value && !is_standart_type<OpenCLT>::value ||
490-
!is_standart_type<R>::value && !is_standart_type<OpenCLR>::value) &&
489+
(!is_standard_type<T>::value && !is_standard_type<OpenCLT>::value ||
490+
!is_standard_type<R>::value && !is_standard_type<OpenCLR>::value) &&
491491
!std::is_same<OpenCLT, OpenCLR>::value,
492492
R>
493493
convertImpl(T Value) {

0 commit comments

Comments
 (0)