Skip to content

Commit 782c81f

Browse files
authored
[simd.creation] Add commas and improve semantic linebreaks (#7895)
1 parent cc5b905 commit 782c81f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/numerics.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18328,18 +18328,18 @@
1832818328
\constraints
1832918329
\begin{itemize}
1833018330
\item
18331-
For the first overload \tcode{T} is an enabled specialization of
18332-
\tcode{basic_simd}.
18333-
If \tcode{basic_simd<\brk{}typename T::\brk{}value_type, Abi>::size() \%
18334-
T::size()} is not \tcode{0} then
18331+
For the first overload,
18332+
\tcode{T} is an enabled specialization of \tcode{basic_simd}.
18333+
If \tcode{basic_simd<\brk{}typename T::\brk{}value_type, Abi>::size() \% T::size()}
18334+
is not \tcode{0}, then
1833518335
\tcode{resize_t<basic_simd<\brk{}typename T::\brk{}value_type, Abi>::size()
1833618336
\% T::size(), T>} is valid and denotes a type.
1833718337

1833818338
\item
18339-
For the second overload \tcode{T} is an enabled specialization of
18340-
\tcode{basic_simd\-_\-mask}.
18341-
If \tcode{basic_simd_mask<\exposid{mask-element-size}<T>, Abi>::size() \%
18342-
T::size()} is not \tcode{0} then
18339+
For the second overload,
18340+
\tcode{T} is an enabled specialization of \tcode{basic_simd\-_\-mask}.
18341+
If \tcode{basic_simd_mask<\exposid{mask-element-size}<T>, Abi>::size() \% T::size()}
18342+
is not \tcode{0}, then
1834318343
\tcode{resize_t<\brk{}ba\-sic\-_\-simd_mask<\brk{}\exposid{mask-element-size}<T>,
1834418344
Abi>::size() \% T::size(), T>} is valid and denotes a type.
1834518345
\end{itemize}

0 commit comments

Comments
 (0)