ara
ara copied to clipboard
[HW] Add support for vector permute instructions
Add support for vrgather
, vrgatherei16
and vcompress
vector permute instructions
NOTE: This PR depends on PR#149 and needs to be merged after that
Changelog
Fixed
- N/A
Added
- Support for
vrgather
,vrgatherei16
andvcompress
vector permute instructions - Test for
vrgatherei16
permute instruction
Changed
- Tests for
vrgather
andvcompress
permute instructions
Checklist
- [x] Automated tests pass
- [x] Changelog updated
- [x] Code style guideline is observed
Please check our contributing guidelines before opening a Pull Request.