Skip to content

Commit be0a25c

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[simd.alg] Fix range syntax
1 parent f3676cb commit be0a25c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

source/numerics.tex

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17607,8 +17607,7 @@
1760717607
\pnum
1760817608
\returns
1760917609
The value of an element \tcode{x[$j$]} for which \tcode{x[$i$] < x[$j$]} is
17610-
\tcode{false} for all $i$ in the range of \range{0}{basic_simd<T,
17611-
Abi>::size()}.
17610+
\tcode{false} for all $i$ in the range of \range{0}{basic_simd<T, Abi>::size()}.
1761217611
\end{itemdescr}
1761317612

1761417613
\begin{itemdecl}
@@ -17643,8 +17642,7 @@
1764317642
\pnum
1764417643
\returns
1764517644
The value of an element \tcode{x[$j$]} for which \tcode{x[$j$] < x[$i$]} is
17646-
\tcode{false} for all $i$ in the range of \range{0}{basic_simd<T,
17647-
Abi>::size()}.
17645+
\tcode{false} for all $i$ in the range of \range{0}{basic_simd<T, Abi>::size()}.
1764817646
\end{itemdescr}
1764917647

1765017648
\begin{itemdecl}
@@ -18066,7 +18064,7 @@
1806618064
\pnum
1806718065
\returns
1806818066
The result of the element-wise application of \tcode{min(a[$i$], b[$i$])} for
18069-
all $i$ in the range of \range{0}{size()}[basic_simd<T, Abi>::].
18067+
all $i$ in the range of \range{0}{basic_simd<T, Abi>::size()}.
1807018068
\end{itemdescr}
1807118069

1807218070
\begin{itemdecl}
@@ -18083,7 +18081,7 @@
1808318081
\pnum
1808418082
\returns
1808518083
The result of the element-wise application of \tcode{max(a[$i$], b[$i$])} for
18086-
all $i$ in the range of \range{0}{size()}[basic_simd<T, Abi>::].
18084+
all $i$ in the range of \range{0}{basic_simd<T, Abi>::size()}.
1808718085
\end{itemdescr}
1808818086

1808918087
\begin{itemdecl}

0 commit comments

Comments
 (0)