Add examples to vec_vslv and vec_vsrv #31

Merged
ThinkOpenly merged 1 commits from slv-srv into master 4 years ago
ThinkOpenly commented 4 years ago (Migrated from github.com)

vec_vslv and vec_vsrv are confusing in their own right and even more
so because they operate only with big-endian semantics.

Some examples are warranted.

Note that the respective examples are arranged such that the impact of
shifting in zero bits has a visible impact.

Fixes #25.

Signed-off-by: Paul A. Clarke pc@us.ibm.com

vec_vslv and vec_vsrv are confusing in their own right and even more so because they operate only with big-endian semantics. Some examples are warranted. Note that the respective examples are arranged such that the impact of shifting in zero bits has a visible impact. Fixes #25. Signed-off-by: Paul A. Clarke <pc@us.ibm.com>
wschmidt-ibm commented 4 years ago (Migrated from github.com)

Looks excellent. This is ready to close.

Looks excellent. This is ready to close.
The pull request has been merged as c6ff2b8812.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b slv-srv master
git pull origin slv-srv

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff slv-srv
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: systemsoftware/Programming-Guides#31
Loading…
There is no content yet.