File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1659916599 template<class T, class Abi>
1660016600 constexpr auto chunk(const basic_simd_mask<@\exposid{mask-element-size}@<T>, Abi>& x) noexcept;
1660116601
16602- template<size_t N, class T, class Abi>
16602+ template<@\exposid{simd-size-type}@ N, class T, class Abi>
1660316603 constexpr auto chunk(const basic_simd<T, Abi>& x) noexcept;
16604- template<size_t N, size_t Bytes, class Abi>
16604+ template<@\exposid{simd-size-type}@ N, size_t Bytes, class Abi>
1660516605 constexpr auto chunk(const basic_simd_mask<Bytes, Abi>& x) noexcept;
1660616606
1660716607 template<class T, class... Abis>
1837118371\end{itemdescr}
1837218372
1837318373\begin{itemdecl}
18374- template<size_t N, class T, class Abi>
18374+ template<@\exposid{simd-size-type}@ N, class T, class Abi>
1837518375 constexpr auto chunk(const basic_simd<T, Abi>& x) noexcept;
1837618376\end{itemdecl}
1837718377
1838218382\end{itemdescr}
1838318383
1838418384\begin{itemdecl}
18385- template<size_t N, size_t Bytes, class Abi>
18385+ template<@\exposid{simd-size-type}@ N, size_t Bytes, class Abi>
1838618386 constexpr auto chunk(const basic_simd_mask<Bytes, Abi>& x) noexcept;
1838718387\end{itemdecl}
1838818388
You can’t perform that action at this time.
0 commit comments