We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed681fb commit 79e0e15Copy full SHA for 79e0e15
sycl/include/sycl/detail/type_traits/vec_marray_traits.hpp
@@ -16,7 +16,7 @@
16
#ifndef __SYCL_USE_LIBSYCL8_VEC_IMPL
17
#if defined(__INTEL_PREVIEW_BREAKING_CHANGES)
18
// Several specification changes need to be implemented together to keep CTS
19
-// passing. We'll switch to `1` once they all land.
+// passing. We'll switch to `0` once they all land.
20
// `__SYCL_USE_PLAIN_ARRAY_AS_VEC_STORAGE` needs to be changed to use this
21
// `__SYCL_USE_LIBSYCL8_VEC_IMPL` at that time as well.
22
#define __SYCL_USE_LIBSYCL8_VEC_IMPL 1
0 commit comments