On 02/08/2018 09:31 AM, Alex Bennée wrote: > This implements the half-precision variants of the across vector > reduction operations. This involves a re-factor of the reduction code > which more closely matches the ARM ARM order (and handles 8 element > reductions). > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > > -- > v1 > - dropped the advsimd_2a stuff > v2 > - fixed up checkpatch > --- > target/arm/helper-a64.c | 18 ++++++ > target/arm/helper-a64.h | 4 ++ > target/arm/translate-a64.c | 144 > ++++++++++++++++++++++++++++----------------- > 3 files changed, 111 insertions(+), 55 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~