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
6 changes: 3 additions & 3 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19868,7 +19868,7 @@
A \tcode{basic_vec} object where the $i^\text{th}$ element is initialized to
the result of \tcode{\placeholder{bit-func}(v0[$i$],
static_cast<int>(v1[$i$]))} for all $i$ in the range \range{0}{V0::size()},
where \placeholder{bit-func} is the corresponding scalar function from \libheader{bit}.
where \tcode{\placeholder{bit-func}} is the corresponding scalar function from \libheader{bit}.
\end{itemdescr}

\indexlibrarymember{rotl}{simd}
Expand All @@ -19887,7 +19887,7 @@
\returns
A \tcode{basic_vec} object where the $i^\text{th}$ element is initialized to
the result of \tcode{\placeholder{bit-func}(v[$i$], s)} for all $i$ in the
range \range{0}{V::size()}, where \placeholder{bit-func} is the corresponding
range \range{0}{V::size()}, where \tcode{\placeholder{bit-func}} is the corresponding
scalar function from \libheader{bit}.
\end{itemdescr}

Expand Down Expand Up @@ -19921,7 +19921,7 @@
\returns
A \tcode{basic_vec} object where the $i^\text{th}$ element is initialized to
the result of \tcode{\placeholder{bit-func}(v[$i$])} for all $i$ in the range
\range{0}{V::size()}, where \placeholder{bit-func} is the corresponding scalar
\range{0}{V::size()}, where \tcode{\placeholder{bit-func}} is the corresponding scalar
function from \libheader{bit}.
\end{itemdescr}

Expand Down