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 1659816598 template<class T, class Abi>
1659916599 constexpr auto chunk(const basic_simd_mask<@\exposid{mask-element-size}@<T>, Abi>& x) noexcept;
1660016600
16601- template<size_t N, class T, class Abi>
16601+ template<@\exposid{simd-size-type}@ N, class T, class Abi>
1660216602 constexpr auto chunk(const basic_simd<T, Abi>& x) noexcept;
16603- template<size_t N, size_t Bytes, class Abi>
16603+ template<@\exposid{simd-size-type}@ N, size_t Bytes, class Abi>
1660416604 constexpr auto chunk(const basic_simd_mask<Bytes, Abi>& x) noexcept;
1660516605
1660616606 template<class T, class... Abis>
1837018370\end{itemdescr}
1837118371
1837218372\begin{itemdecl}
18373- template<size_t N, class T, class Abi>
18373+ template<@\exposid{simd-size-type}@ N, class T, class Abi>
1837418374 constexpr auto chunk(const basic_simd<T, Abi>& x) noexcept;
1837518375\end{itemdecl}
1837618376
1838118381\end{itemdescr}
1838218382
1838318383\begin{itemdecl}
18384- template<size_t N, size_t Bytes, class Abi>
18384+ template<@\exposid{simd-size-type}@ N, size_t Bytes, class Abi>
1838518385 constexpr auto chunk(const basic_simd_mask<Bytes, Abi>& x) noexcept;
1838618386\end{itemdecl}
1838718387
You can’t perform that action at this time.
0 commit comments