Re: [Qemu-devel] [PATCH 03/10] target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum

2013-12-30 Thread Richard Henderson
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 > --- > target-arm/helper.c

[Qemu-devel] [PATCH 03/10] target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum

2013-12-28 Thread Peter Maydell
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 --- target-arm/helper.c | 29 - target-arm/helper.h