Fix return type for vec_permxor #40

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

The return type for vec_permxor which takes vector signed char
as inputs should also be vector signed char.

Fixes #38.

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

The return type for `vec_permxor` which takes `vector signed char` as inputs should also be `vector signed char`. Fixes #38. Signed-off-by: Paul A. Clarke <pc@us.ibm.com>
wschmidt-ibm commented 4 years ago (Migrated from github.com)

Looks good, thanks for handling!

Looks good, thanks for handling!
The pull request has been merged as 21a921ea9a.
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 permxor master
git pull origin permxor

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff permxor
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#40
Loading…
There is no content yet.