From 0db65283e6d6e5f9bd2b7a67f5df68d232b2f7a4 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 2 Nov 2025 11:23:38 +0100 Subject: [PATCH] [simd.bit] Wrap "bit-func" placeholder in \tcode --- source/numerics.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index fd16c521e8..7ed98a1163 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -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(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} @@ -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} @@ -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}