Fix return type for vec_permxor #40

Merged
ThinkOpenly merged 1 commits from permxor into master 4 years ago

1 Commits (master)

Author SHA1 Message Date
Paul Clarke 70fba57e26 Fix return type for vec_permxor
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>
4 years ago