chy123chy

Results 2 comments of chy123chy

According to the error message, the argument `index` passed to `vdupq_lane_f32` should be in `[0, 1]` and it is `int`. So I replaced ``` if(index < 2) { return vdupq_lane_f32(vget_low_f32(a),...

Sorry I copied the wrong code, actually I did the same as your patch. I have correted it above.