Skip to content

Commit 6e17acc

Browse files
committed
[simd.permute.*] Shorten 'basic_vec and basic_mask' to 'data-parallel'
1 parent 0b50e9a commit 6e17acc

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
@@ -18730,7 +18730,7 @@
1873018730

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

@@ -18755,7 +18755,7 @@
1875518755

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

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

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

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

0 commit comments

Comments
 (0)