Skip to content

Commit 371741a

Browse files
committed
LWG4413 Unused/left-over simd::alignment specialization for basic_mask
1 parent a93eefb commit 371741a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

source/numerics.tex

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17140,14 +17140,8 @@
1714017140
\begin{itemdescr}
1714117141
\pnum
1714217142
\tcode{alignment<T, U>} has a member \tcode{value} if and only if
17143-
\begin{itemize}
17144-
\item
17145-
\tcode{T} is a specialization of \tcode{basic_mask} and \tcode{U} is
17146-
\tcode{bool}, or
17147-
\item
17148-
\tcode{T} is a specialization of \tcode{basic_vec} and \tcode{U} is a
17149-
vectorizable type.
17150-
\end{itemize}
17143+
\tcode{T} is a specialization of \tcode{basic_vec} and
17144+
\tcode{U} is a vectorizable type.
1715117145

1715217146
\pnum
1715317147
If \tcode{value} is present, the type \tcode{alignment<T, U>} is a

0 commit comments

Comments
 (0)