Skip to content

Commit 27c478c

Browse files
committed
[simd.permute.*] Shorten 'basic_vec and basic_mask' to 'data-parallel'
1 parent ce77227 commit 27c478c

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
@@ -18729,7 +18729,7 @@
1872918729

1873018730
\pnum
1873118731
\returns
18732-
A \tcode{basic_vec} or \tcode{basic_mask} object where the
18732+
A data-parallel object where the
1873318733
$i^\text{th}$ element is initialized to the result of
1873418734
\tcode{\exposid{perm-fn}<$i$>()} for all $i$ in the range \range{0}{N}.
1873518735

@@ -18754,7 +18754,7 @@
1875418754

1875518755
\pnum
1875618756
\returns
18757-
A \tcode{basic_vec} or \tcode{basic_mask} object where the $i^\text{th}$
18757+
A data-parallel object where the $i^\text{th}$
1875818758
element is initialized to the result of \tcode{v[indices[$i$]]} for all $i$ in
1875918759
the range \range{0}{I::size()}.
1876018760
\end{itemdescr}
@@ -18783,7 +18783,7 @@
1878318783

1878418784
\pnum
1878518785
\returns
18786-
A \tcode{basic_vec} or \tcode{basic_mask} object where the $i^\text{th}$
18786+
A data-parallel object where the $i^\text{th}$
1878718787
element is initialized to the result of \tcode{\exposid{select-value}($i$)}
1878818788
for all $i$ in the range \range{0}{V::size()}.
1878918789
\end{itemdescr}
@@ -18810,7 +18810,7 @@
1881018810

1881118811
\pnum
1881218812
\returns
18813-
A \tcode{basic_vec} or \tcode{basic_mask} object where the $i^\text{th}$
18813+
A data-parallel object where the $i^\text{th}$
1881418814
element is initialized to the result of \tcode{\exposid{select-value}($i$)}
1881518815
for all $i$ in the range \range{0}{V::size()}.
1881618816
\end{itemdescr}
@@ -18837,7 +18837,7 @@
1883718837

1883818838
\pnum
1883918839
\returns
18840-
A \tcode{basic_vec} or \tcode{basic_mask} object where the $i^\text{th}$
18840+
A data-parallel object where the $i^\text{th}$
1884118841
element is initialized to the result of \tcode{\exposid{select-value}($i$)}
1884218842
for all $i$ in the range \range{0}{V::size()}.
1884318843
\end{itemdescr}

0 commit comments

Comments
 (0)