]> git.proxmox.com Git - qemu.git/commit - target-arm/helper.h
target-arm: Use standard FPSCR for Neon half-precision operations
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Feb 2011 11:29:01 +0000 (11:29 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 10 Feb 2011 17:28:30 +0000 (18:28 +0100)
commit2d981da77d7fb0c3ec83286bc617c4fc64765ac2
treea3ba282a0e87aaff3bb7aa64b19f6e70c5f840dd
parentfb91678d2c9562484d16b5d7be9119784730c47e
target-arm: Use standard FPSCR for Neon half-precision operations

The Neon half-precision conversion operations (VCVT.F16.F32 and
VCVT.F32.F16) use ARM standard floating-point arithmetic, unlike
the VFP versions (VCVTB and VCVTT).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/helper.c
target-arm/helpers.h
target-arm/translate.c