Skip to content

Commit 42dee0d

Browse files
burblebeetkoeppe
authored andcommitted
LWG4231 datapar::chunk<N> should use simd-size-type instead of size_t
1 parent 6b81b72 commit 42dee0d

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
@@ -16599,9 +16599,9 @@
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>
@@ -18371,7 +18371,7 @@
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

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

0 commit comments

Comments
 (0)