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 1650916509 template<size_t N> requires (has_single_bit(N))
1651016510 constexpr flags<@\exposid{overaligned-flag}<N>@> flag_overaligned{};
1651116511
16512+ // \ref{simd.iterator}, Class template \exposid{simd-iterator}
16513+ template<class V>
16514+ class @\exposidnc{simd-iterator}@; // \expos
16515+
1651216516 // \ref{simd.class}, Class template \tcode{basic_simd}
1651316517 template<class T, class Abi = @\exposid{native-abi}@<T>> class basic_simd;
1651416518 template<class T, @\exposid{simd-size-type}@ N = @\exposid{simd-size-v}@<T, @\exposid{native-abi}@<T>>>
1720417208 specialization \tcode{\exposid{overaligned-flag}<std::min(N1, N2)>}.
1720517209\end{itemdescr}
1720617210
17207- \rSec2[simd.iterator]{Class \exposid{simd-iterator}}
17211+ \rSec2[simd.iterator]{Class template \exposid{simd-iterator}}
1720817212\begin{codeblock}
1720917213namespace std::datapar {
1721017214 template<class V>
You can’t perform that action at this time.
0 commit comments