Skip to content

Commit 36267c4

Browse files
committed
Fixup return type cannot be a mask
1 parent deb9349 commit 36267c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18930,7 +18930,7 @@
1893018930

1893118931
\pnum
1893218932
\returns
18933-
A \tcode{basic_simd} or \tcode{basic_simd_mask} object where the $i^\text{th}$
18933+
A \tcode{basic_simd} object where the $i^\text{th}$
1893418934
element is initialized to the result of \tcode{mask[$i$] \&\& indices[$i$] <
1893518935
ranges::size(in) ? static_cast<T>(ranges::data(in)[indices[$i$]]) :
1893618936
T()} for all $i$ in the range \range{0}{I::size()}.

0 commit comments

Comments
 (0)