On 27 June 2018 at 05:33, Richard Henderson <richard.hender...@linaro.org> wrote: > For aa64 advsimd, we had been passing the pre-indexed vector. > However, sve applies the index to each 128-bit segment, so we > need to pass in the index separately. > > For aa32 advsimd, the fp32 operation always has index 0, but > we failed to interpret the fp16 index correctly. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM