Skip to content

Commit 869d837

Browse files
[SYCL] Set __SYCL_USE_NEW_VEC_IMPL macro only with preview breaking changes (#17261)
This line was used for debugging and shouldn't have been committed in 47404a4
1 parent 5b888f2 commit 869d837

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/include/sycl/detail/type_traits/vec_marray_traits.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
#pragma once
1010

11-
#define __SYCL_USE_NEW_VEC_IMPL 1
12-
1311
#ifndef __SYCL_USE_NEW_VEC_IMPL
1412
#if defined(__INTEL_PREVIEW_BREAKING_CHANGES)
1513
#define __SYCL_USE_NEW_VEC_IMPL 1

0 commit comments

Comments
 (0)