Skip to content

Commit 7f45e13

Browse files
committed
clang format
Signed-off-by: Konstantin S Bobrovsky <[email protected]>
1 parent d189cdf commit 7f45e13

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sycl/include/sycl/ext/intel/experimental/esimd/detail/elem_type_traits.hpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -668,13 +668,15 @@ struct element_type_traits<T, std::enable_if_t<std::is_same_v<T, sycl::half>>> {
668668

669669
using half_raw = __raw_t<sycl::half>;
670670

671-
template <> ESIMD_INLINE
672-
sycl::half __esimd_wrapper_type_bitcast_to<sycl::half>(half_raw Val) {
671+
template <>
672+
ESIMD_INLINE sycl::half
673+
__esimd_wrapper_type_bitcast_to<sycl::half>(half_raw Val) {
673674
return WrapperElementTypeProxy::bitcast_to_half(Val);
674675
}
675676

676-
template <> ESIMD_INLINE
677-
half_raw __esimd_wrapper_type_bitcast_from<sycl::half>(sycl::half Val) {
677+
template <>
678+
ESIMD_INLINE half_raw
679+
__esimd_wrapper_type_bitcast_from<sycl::half>(sycl::half Val) {
678680
return WrapperElementTypeProxy::bitcast_from_half(Val);
679681
}
680682

0 commit comments

Comments
 (0)