[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] Fix VRECPS edge cases handling
From: |
Peter Maydell |
Subject: |
[Qemu-devel] [PATCH 0/2] Fix VRECPS edge cases handling |
Date: |
Mon, 14 Mar 2011 12:32:26 +0000 |
This patchset fixes the edge case handling of VRECPS. Patch 2/2
is just a bit of cleanup of the neighbouring vrsqrts helper which
can then use the float32_two introduced by 1/1.
Tested in the usual random-insn-generation way and also with the
"neon64" test program from the valgrind ARM testsuite.
Peter Maydell (2):
target-arm: Fix VRECPS edge cases handling
target-arm: use make_float32() to make constant floats for VRSQRTS
target-arm/helper.c | 22 +++++++++++++---------
1 files changed, 13 insertions(+), 9 deletions(-)
- [Qemu-devel] [PATCH 0/2] Fix VRECPS edge cases handling,
Peter Maydell <=