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);
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…