Skip to content

Commit be8a7e7

Browse files
committed
Fix minor typo
Signed-off-by: Alexey Sotkin <[email protected]>
1 parent 5e225cc commit be8a7e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/include/sycl/ext/intel/experimental/bfloat16.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ class [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]] bfloat16 {
9191
f op static_cast<float>(rhs); \
9292
return lhs = f; \
9393
} \
94-
\
9594
template <typename T> \
9695
friend bfloat16 &operator op(bfloat16 &lhs, const T &rhs) { \
9796
float f = static_cast<float>(lhs); \

0 commit comments

Comments
 (0)