Skip to content

Commit 2f542ad

Browse files
committed
Add comment about bfloat16_t
include/ChangeLog: * bits/simd_details.h:
1 parent 311a0c1 commit 2f542ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/bits/simd_details.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ namespace std::simd
138138
template <typename _Tp>
139139
concept __complex_like = __complex_like_impl<remove_cvref_t<_Tp>>;
140140

141+
// FIXME: needs to exclude bfloat16_t
141142
template <typename _Tp>
142143
concept __vectorizable_scalar
143144
= same_as<remove_cv_t<_Tp>, _Tp>

0 commit comments

Comments
 (0)