Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the argument type of svluti4_lane_zt_s16_x4
The zn arguments to the svluti* intrinsics contain 4-bit indices. We'd decided to use svuint8_t for all such arguments, but a typo in svluti4_lane_zt_s16_x4 meant that it used svuint16_t instead. Both Clang and GCC implement the patched behaviour.
- Loading branch information