Skip to content

Commit

Permalink
Remove clang-format comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Dec 13, 2024
1 parent 15d32db commit 7e8dfc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sycl/include/sycl/detail/vector_arith.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ class vec_arith : public vec_arith_common<DataT, NumElements> {
#undef __SYCL_RELLOGOP
#undef RELLOGOP_BASE

// clang-format off
// Binary operations on sycl::vec<> for all types except std::byte.
__SYCL_BINOP(+, +=, true, std::plus<void>)
__SYCL_BINOP(-, -=, true, std::minus<void>)
Expand All @@ -303,7 +302,6 @@ class vec_arith : public vec_arith_common<DataT, NumElements> {
__SYCL_BINOP(^, ^=, (!detail::is_vgenfloat_v<DataT>), std::bit_xor<void>)
__SYCL_BINOP(>>, >>=, (!detail::is_vgenfloat_v<DataT>), ShiftRight)
__SYCL_BINOP(<<, <<=, (!detail::is_vgenfloat_v<DataT>), ShiftLeft)
// clang-format on

// friends
template <typename T1, int T2> friend class __SYCL_EBO vec;
Expand Down

0 comments on commit 7e8dfc2

Please sign in to comment.