Re: [Qemu-devel] [PATCH v2 0/2] Fix VRECPS edge cases handling

2011-03-22 Thread Aurelien Jarno
On Mon, Mar 14, 2011 at 03:37:11PM +, Peter Maydell wrote: > 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

[Qemu-devel] [PATCH v2 0/2] Fix VRECPS edge cases handling

2011-03-14 Thread Peter Maydell
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.