On 6/30/23 08:58, Song Gao wrote:
+ len = (simd_oprsz(v) == 16) ? LSX_LEN : LASX_LEN;
Use simd_oprsz directly, without the rest of the computation. r~
On 6/30/23 08:58, Song Gao wrote:
+ len = (simd_oprsz(v) == 16) ? LSX_LEN : LASX_LEN;
Use simd_oprsz directly, without the rest of the computation. r~