I want to use neon instruction to speed up my program, I need to use the shift operation, but I only found Vector shift by constant. So is there a Vector shift by vector? for vshr_n_s8
instruction, Can parameter __b
be a vector?
int8x8_t vshr_n_s8 (int8x8_t __a, const int __b);