Skip to content

Commit b757111

Browse files
mattkretztkoeppe
authored andcommitted
[simd.permute.*] Shorten 'basic_vec and basic_mask' to 'data-parallel'
1 parent b2758b2 commit b757111

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/numerics.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18748,7 +18748,7 @@
1874818748

1874918749
\pnum
1875018750
\returns
18751-
A \tcode{basic_vec} or \tcode{basic_mask} object where the
18751+
A data-parallel object where the
1875218752
$i^\text{th}$ element is initialized to the result of
1875318753
\tcode{\exposid{perm-fn}<$i$>()} for all $i$ in the range \range{0}{N}.
1875418754

@@ -18773,7 +18773,7 @@
1877318773

1877418774
\pnum
1877518775
\returns
18776-
A \tcode{basic_vec} or \tcode{basic_mask} object where the $i^\text{th}$
18776+
A data-parallel object where the $i^\text{th}$
1877718777
element is initialized to the result of \tcode{v[indices[$i$]]} for all $i$ in
1877818778
the range \range{0}{I::size()}.
1877918779
\end{itemdescr}
@@ -18802,7 +18802,7 @@
1880218802

1880318803
\pnum
1880418804
\returns
18805-
A \tcode{basic_vec} or \tcode{basic_mask} object where the $i^\text{th}$
18805+
A data-parallel object where the $i^\text{th}$
1880618806
element is initialized to the result of \tcode{\exposid{select-value}($i$)}
1880718807
for all $i$ in the range \range{0}{V::size()}.
1880818808
\end{itemdescr}
@@ -18829,7 +18829,7 @@
1882918829

1883018830
\pnum
1883118831
\returns
18832-
A \tcode{basic_vec} or \tcode{basic_mask} object where the $i^\text{th}$
18832+
A data-parallel object where the $i^\text{th}$
1883318833
element is initialized to the result of \tcode{\exposid{select-value}($i$)}
1883418834
for all $i$ in the range \range{0}{V::size()}.
1883518835
\end{itemdescr}
@@ -18856,7 +18856,7 @@
1885618856

1885718857
\pnum
1885818858
\returns
18859-
A \tcode{basic_vec} or \tcode{basic_mask} object where the $i^\text{th}$
18859+
A data-parallel object where the $i^\text{th}$
1886018860
element is initialized to the result of \tcode{\exposid{select-value}($i$)}
1886118861
for all $i$ in the range \range{0}{V::size()}.
1886218862
\end{itemdescr}

0 commit comments

Comments
 (0)