File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ using cl_double = double;
141141} // namespace opencl
142142
143143// Vector aliases are different between SYCL 1.2.1 and SYCL 2020
144- #if SYCL_LANGUAGE_VERSION > = 202012L
144+ #if SYCL_LANGUAGE_VERSION = = 202012L
145145__SYCL_2020_MAKE_VECTOR_ALIASES_FOR_VECTOR_LENGTH (2 )
146146__SYCL_2020_MAKE_VECTOR_ALIASES_FOR_VECTOR_LENGTH(3 )
147147__SYCL_2020_MAKE_VECTOR_ALIASES_FOR_VECTOR_LENGTH(4 )
Original file line number Diff line number Diff line change 5757#endif // __SYCL_DEPRECATED
5858
5959#ifndef __SYCL2020_DEPRECATED
60- #if SYCL_LANGUAGE_VERSION > = 202012L && \
60+ #if SYCL_LANGUAGE_VERSION = = 202012L && \
6161 !defined (SYCL2020_DISABLE_DEPRECATION_WARNINGS)
6262#define __SYCL2020_DEPRECATED (message ) __SYCL_DEPRECATED(message)
6363#else
You can’t perform that action at this time.
0 commit comments