Skip to content

Commit a0d0f6b

Browse files
committed
Fixup duplicate zero_element and uninit_element definition
The two values are already defined in [simd.syn].
1 parent 7b207ae commit a0d0f6b

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
@@ -18686,11 +18686,6 @@
1868618686

1868718687
\rSec3[simd.permute.static]{\tcode{simd} static permute}
1868818688

18689-
\begin{itemdecl}
18690-
static constexpr @\exposid{simd-size-type}@ zero_element = @\impdefx{value of \tcode{simd::zero_element}}@;
18691-
static constexpr @\exposid{simd-size-type}@ uninit_element = @\impdefx{value of \tcode{simd::uninit_element}}@;
18692-
\end{itemdecl}
18693-
1869418689
\begin{itemdecl}
1869518690
template<@\exposid{simd-size-type}@ N = @\seebelow@, @\exposconcept{simd-type}@ V, class IdxMap>
1869618691
constexpr resize_t<N, V> permute(const V& v, IdxMap&& idxmap);

0 commit comments

Comments
 (0)