|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH 03/10] target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum |
Date: | Mon, 30 Dec 2013 07:04:00 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
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 <address@hidden> > --- > 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 <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |