Add examples for count leading/trailing zeros
#52
Merged
ThinkOpenly
merged 1 commits from countzeros
into master
5 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'countzeros'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Add examples for
vec_cntlz
,vec_cnttz
vec_cntlz_lsbb
,vec_cnttz_lsbb
Fixes #15.
vec_cntlz
:vec_cnttz
:vec_cntlz_lsbb
:vec_cnttz_lsbb
:Signed-off-by: Paul A. Clarke pc@us.ibm.com
For the last two, I don't much like the use of "byte index" as a subscript. Could you make the column identifer read "byte index n" and then use "a_n" in the middle row, where a_n means "a sub n"?
Like this?
![Screenshot from 2020-05-12 09-25-21](https://user-images.githubusercontent.com/12301795/81703903-cd306d00-9432-11ea-85c7-2be1b88be095.png)
![Screenshot from 2020-05-12 09-25-43](https://user-images.githubusercontent.com/12301795/81703913-d0c3f400-9432-11ea-9855-0bb28513d916.png)
Yes, thanks! Note that right now you have a merge conflict, since I just made changes to those same entries.
a0ae5b21bb
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.