Skip to content

Commit be44e1e

Browse files
eisenwavetkoeppe
authored andcommitted
[simd.bit] Wrap "bit-func" placeholder in \tcode
1 parent 2521caf commit be44e1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/numerics.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19858,7 +19858,7 @@
1985819858
A \tcode{basic_vec} object where the $i^\text{th}$ element is initialized to
1985919859
the result of \tcode{\placeholder{bit-func}(v0[$i$],
1986019860
static_cast<int>(v1[$i$]))} for all $i$ in the range \range{0}{V0::size()},
19861-
where \placeholder{bit-func} is the corresponding scalar function from \libheader{bit}.
19861+
where \tcode{\placeholder{bit-func}} is the corresponding scalar function from \libheader{bit}.
1986219862
\end{itemdescr}
1986319863

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

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

0 commit comments

Comments
 (0)