Add examples for count leading/trailing zeros
#52
Merged
ThinkOpenly
merged 1 commits from countzeros into master 6 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_cnttzvec_cntlz_lsbb,vec_cnttz_lsbbFixes #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?


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.