Add example for vec_bperm
#48
Merged
ThinkOpenly
merged 1 commits from vec_bperm_be
into master
5 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'vec_bperm_be'
Deleting a branch is permanent. It CANNOT be undone. Continue?
vec_bperm is a challenge for showing an example using just tables,
but I've made an attempt.
Three tables are used:
manipulations therein that leads to the intermediate result.
Only one example has been provided, but it's getting big.
Fixes #14.
Signed-off-by: Paul A. Clarke pc@us.ibm.com
This is correct, except for one piece of confusion.
The part that says "bit indices b[i] (0 <= i < 16), ([70..7F])" makes it seem like b is a little-endian vector, as those numbers appear from right-to-left, not left-to-right. I would prefer that you write (7F, 7E, ..., 70) for clarity. Otherwise looks good with that change.
Thanks!
24953643b8
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.