Also, vec_first_match_index implmentations in this document and
in GCC were behaving like vec_first_match_or_eos_index.
Correct this document. GCC PR94833 was already opened.
Add examples for
- `vec_first_match_index`
- `vec_first_match_index_or_eos`
- `vec_first_mismatch_index`
- `vec_first_mismatch_index_or_eos`
Also, `vec_first_match_index` implmentations in this document and
in GCC were behaving like `vec_first_match_or_eos_index`.
Correct this document. GCC [PR94833](https://gcc.gnu..org/PR94833) was already opened.
Fixes #18.
* `vec_first_match_index`:
> 
> 
* `vec_first_match_or_eos_index`:
> 
> 
* `vec_first_mismatch_index`:
> 
> 
* `vec_first_mismatch_or_eos_index`:
> 
> 
Signed-off-by: Paul A. Clarke <pc@us.ibm.com>
Add examples for
vec_first_match_index
vec_first_match_index_or_eos
vec_first_mismatch_index
vec_first_mismatch_index_or_eos
Also,
vec_first_match_index
implmentations in this document andin GCC were behaving like
vec_first_match_or_eos_index
.Correct this document. GCC PR94833 was already opened.
Fixes #18.
vec_first_match_index
:vec_first_match_or_eos_index
:vec_first_mismatch_index
:vec_first_mismatch_or_eos_index
:Signed-off-by: Paul A. Clarke pc@us.ibm.com
Looks good, thank you!
8bdc799731
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.