Skip to content

Commit 8b2a72a

Browse files
committed
clang format
1 parent fe31253 commit 8b2a72a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/include/sycl/ext/intel/esimd/detail/bfloat16_type_traits.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ template <int N> struct vector_conversion_traits<bfloat16, N> {
8686
template <> struct scalar_conversion_traits<bfloat16> {
8787
using RawT = __raw_t<bfloat16>;
8888

89-
static ESIMD_INLINE RawT bitcast_to_raw(bfloat16 Val) { return sycl::bit_cast<RawT>(Val); }
89+
static ESIMD_INLINE RawT bitcast_to_raw(bfloat16 Val) {
90+
return sycl::bit_cast<RawT>(Val);
91+
}
9092

9193
static ESIMD_INLINE bfloat16 bitcast_to_wrapper(RawT Val) {
9294
return sycl::bit_cast<bfloat16>(Val);

0 commit comments

Comments
 (0)