Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20080,11 +20080,9 @@
constexpr basic_vec<@\exposid{integer-from}@<Bytes>, Abi> operator-() const noexcept;
constexpr basic_vec<@\exposid{integer-from}@<Bytes>, Abi> operator~() const noexcept;

// \ref{simd.mask.conv}, \tcode{basic_mask} conversion operators
// \ref{simd.mask.conv}, \tcode{basic_mask} conversions
template<class U, class A>
constexpr explicit(sizeof(U) != Bytes) operator basic_vec<U, A>() const noexcept;

// \ref{simd.mask.namedconv}, \tcode{basic_mask} named type convertors
constexpr bitset<size()> to_bitset() const noexcept;
constexpr unsigned long long to_ullong() const;

Expand Down Expand Up @@ -20307,7 +20305,7 @@
the range of \range{0}{size()}.
\end{itemdescr}

\rSec3[simd.mask.conv]{\tcode{basic_mask} conversion operators}
\rSec3[simd.mask.conv]{\tcode{basic_mask} conversions}

\indexlibrarymember{operator basic_vec}{basic_mask}
\begin{itemdecl}
Expand All @@ -20326,8 +20324,6 @@
\tcode{static_cast<U>(operator[]($i$))}.
\end{itemdescr}

\rSec3[simd.mask.namedconv]{\tcode{basic_mask} named conversion operators}

\indexlibrarymember{to_bitset}{basic_mask}
\begin{itemdecl}
constexpr bitset<size()> to_bitset() const noexcept;
Expand Down