Skip to content

Commit 228ad24

Browse files
committed
Fixup return type cannot be a mask
1 parent 3e85d6a commit 228ad24

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
@@ -18931,7 +18931,7 @@
1893118931

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

0 commit comments

Comments
 (0)