Skip to content

Commit 96bca09

Browse files
committed
Eliminate find_first_set and find_last_set from 9.5.6.4 p18 as reported by Matthias
1 parent 77d5e26 commit 96bca09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_parallel_types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2826,7 +2826,7 @@ <h1><ins><code>simd_mask</code> reductions</ins></h1>
28262826

28272827
<cxx-returns>
28282828
<ins>
2829-
<code>all_of</code> and <code>any_of</code> return their arguments; <code>none_of</code> returns the negation of its argument; <code>some_of</code> returns <code>false</code>; <code>popcount</code> returns the integral representation of its argument; <code>find_first_set</code> and <code>find_last_set</code> return <code>0</code>.
2829+
<code>all_of</code> and <code>any_of</code> return their arguments; <code>none_of</code> returns the negation of its argument; <code>some_of</code> returns <code>false</code>; <code>popcount</code> returns the integral representation of its argument.
28302830
</ins>
28312831
</cxx-returns>
28322832

0 commit comments

Comments
 (0)