On 12/28/2013 01:49 PM, Peter Maydell wrote:
> Use the VFP_BINOP macro to provide helpers for min, max, minnum
> and maxnum, rather than hand-rolling them. (The float64 max
> version is not used by A32 but will be needed for A64.)
> 
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
> ---
>  target-arm/helper.c      | 29 ++++-------------------------
>  target-arm/helper.h      | 15 ++++++++-------
>  target-arm/neon_helper.c | 12 ------------
>  target-arm/translate.c   | 16 ++++++++--------
>  4 files changed, 20 insertions(+), 52 deletions(-)

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to