On 02/08/2018 09:31 AM, Alex Bennée wrote:
> A bunch of the vectorised bitwise operations just operate on larger
> chunks at a time. We can do the same for the new half-precision
> operations by introducing some TWOHALFOP helpers which work on each
> half of a pair of half-precision operations at once.
> 
> Hopefully all this hoop jumping will get simpler once we have
> generically vectorised helpers here.
> 
> Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
> 
> ---
> v2
>   - checkpatch fixes
> ---
>  target/arm/helper-a64.c    | 46 
> +++++++++++++++++++++++++++++++++++++++++++++-
>  target/arm/helper-a64.h    | 10 ++++++++++
>  target/arm/translate-a64.c | 36 +++++++++++++++++++++++++++++-------
>  3 files changed, 84 insertions(+), 8 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~


Reply via email to