Skip to content

Commit 7d8e6d7

Browse files
mattkretztkoeppe
authored andcommitted
[simd.permute.*] Shorten 'basic_vec and basic_mask' to 'data-parallel'
1 parent 15dcd4d commit 7d8e6d7

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
@@ -18751,7 +18751,7 @@
1875118751

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

@@ -18776,7 +18776,7 @@
1877618776

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

1881018810
\pnum
1881118811
\returns
18812-
A \tcode{basic_vec} or \tcode{basic_mask} object where the $i^\text{th}$
18812+
A data-parallel object where the $i^\text{th}$
1881318813
element is initialized to the result of \tcode{\exposidnc{select-value}($i$)}
1881418814
for all $i$ in the range \range{0}{V::size()}.
1881518815
\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{\exposidnc{select-value}($i$)}
1884318843
for all $i$ in the range \range{0}{V::size()}.
1884418844
\end{itemdescr}
@@ -18868,7 +18868,7 @@
1886818868

1886918869
\pnum
1887018870
\returns
18871-
A \tcode{basic_vec} or \tcode{basic_mask} object where the $i^\text{th}$
18871+
A data-parallel object where the $i^\text{th}$
1887218872
element is initialized to the result of \tcode{\exposidnc{select-value}($i$)}
1887318873
for all $i$ in the range \range{0}{V::size()}.
1887418874
\end{itemdescr}

0 commit comments

Comments
 (0)