On 9 August 2018 at 05:22, Richard Henderson <richard.hender...@linaro.org> wrote: > This fixes the endianness problem for softmmu, and does > move the main loop out of a macro and into an inlined function. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/helper-sve.h | 84 +++++++++---- > target/arm/sve_helper.c | 218 +++++++++++++++++++++++---------- > target/arm/translate-sve.c | 244 +++++++++++++++++++++++++------------ > 3 files changed, 380 insertions(+), 166 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM