Skip to content

Commit dc22e8c

Browse files
committed
[simd.permute.static] Remove itemdecl without itemdescr
These two values are already defined in [simd.syn].
1 parent b0c61a8 commit dc22e8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/numerics.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18690,11 +18690,6 @@
1869018690

1869118691
\rSec3[simd.permute.static]{\tcode{simd} static permute}
1869218692

18693-
\begin{itemdecl}
18694-
static constexpr @\exposid{simd-size-type}@ zero_element = @\impdefx{value of \tcode{simd::zero_element}}@;
18695-
static constexpr @\exposid{simd-size-type}@ uninit_element = @\impdefx{value of \tcode{simd::uninit_element}}@;
18696-
\end{itemdecl}
18697-
1869818693
\begin{itemdecl}
1869918694
template<@\exposid{simd-size-type}@ N = @\seebelow@, @\exposconcept{simd-type}@ V, class IdxMap>
1870018695
constexpr resize_t<N, V> permute(const V& v, IdxMap&& idxmap);

0 commit comments

Comments
 (0)