qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 0/5] ARM: fix Neon VRECPE and VRSQRTE instruc


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH v6 0/5] ARM: fix Neon VRECPE and VRSQRTE instructions.
Date: Thu, 24 Feb 2011 09:04:07 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Feb 21, 2011 at 05:38:43PM +0100, Christophe Lyon wrote:
> These 5 patches fix the ARM Neon VRECPE and VRSQRTE instructions by
> matching the algorithms descibed in the ARM ARM.
> 
> Patches #1 to #3 are unchanged compared to v4
> 
> Patches #4 and #5 should address Peter's comments.
> 
> Christophe Lyon (5):
>   softfloat: move all default NaN definitions to softfloat.h.
>   softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits
>     floats.
>   target-arm: Introduce float64_256 and float64_512 constants.
>   target-arm: fix support for VRECPE.
>   target-arm: fix support for VRSQRTE.
> 
>  fpu/softfloat-specialize.h |   68 --------------
>  fpu/softfloat.h            |   84 +++++++++++++++++
>  target-arm/helper.c        |  211 
> +++++++++++++++++++++++++++++++++++++++-----
>  3 files changed, 273 insertions(+), 90 deletions(-)
> 

Thanks, whole series applied.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]