File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 16509
16509
template<size_t N> requires (has_single_bit(N))
16510
16510
constexpr flags<@\exposid{overaligned-flag}<N>@> flag_overaligned{};
16511
16511
16512
+ // \ref{simd.iterator}, Class template \exposid{simd-iterator}
16513
+ template<class V>
16514
+ class @\exposidnc{simd-iterator}@; // \expos
16515
+
16512
16516
// \ref{simd.class}, Class template \tcode{basic_simd}
16513
16517
template<class T, class Abi = @\exposid{native-abi}@<T>> class basic_simd;
16514
16518
template<class T, @\exposid{simd-size-type}@ N = @\exposid{simd-size-v}@<T, @\exposid{native-abi}@<T>>>
17204
17208
specialization \tcode{\exposid{overaligned-flag}<std::min(N1, N2)>}.
17205
17209
\end{itemdescr}
17206
17210
17207
- \rSec2[simd.iterator]{Class \exposid{simd-iterator}}
17211
+ \rSec2[simd.iterator]{Class template \exposid{simd-iterator}}
17208
17212
\begin{codeblock}
17209
17213
namespace std::datapar {
17210
17214
template<class V>
You can’t perform that action at this time.
0 commit comments