On Wed, 11 Mar 2020 at 06:44, Richard Henderson <richard.hender...@linaro.org> wrote: > > The current interface includes a loop; change it to load a > single element. We will then be able to use the function > for ld{2,3,4} where individual vector elements are not adjacent. > > Replace each call with the simplest possible loop over active > elements. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> (I haven't attempted to verify the details of all the arithmetic, but I assume you've tested it all...) thanks -- PMM