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 16599
16599
template<class T, class Abi>
16600
16600
constexpr auto chunk(const basic_simd_mask<@\exposid{mask-element-size}@<T>, Abi>& x) noexcept;
16601
16601
16602
- template<size_t N, class T, class Abi>
16602
+ template<@\exposid{simd-size-type}@ N, class T, class Abi>
16603
16603
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>
16605
16605
constexpr auto chunk(const basic_simd_mask<Bytes, Abi>& x) noexcept;
16606
16606
16607
16607
template<class T, class... Abis>
18371
18371
\end{itemdescr}
18372
18372
18373
18373
\begin{itemdecl}
18374
- template<size_t N, class T, class Abi>
18374
+ template<@\exposid{simd-size-type}@ N, class T, class Abi>
18375
18375
constexpr auto chunk(const basic_simd<T, Abi>& x) noexcept;
18376
18376
\end{itemdecl}
18377
18377
18382
18382
\end{itemdescr}
18383
18383
18384
18384
\begin{itemdecl}
18385
- template<size_t N, size_t Bytes, class Abi>
18385
+ template<@\exposid{simd-size-type}@ N, size_t Bytes, class Abi>
18386
18386
constexpr auto chunk(const basic_simd_mask<Bytes, Abi>& x) noexcept;
18387
18387
\end{itemdecl}
18388
18388
You can’t perform that action at this time.
0 commit comments