Skip to content

Commit fbc37ec

Browse files
committed
LWG4231 datapar::chunk<N> should use simd-size-type instead of size_t
1 parent 527b455 commit fbc37ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/numerics.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16598,9 +16598,9 @@
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>
@@ -18370,7 +18370,7 @@
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

@@ -18381,7 +18381,7 @@
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

0 commit comments

Comments
 (0)