Re: [Qemu-devel] [PATCH] target-arm: fix support for vrecpe.
On 14.02.2011 10:46, Christophe Lyon wrote: > > Now use the same algorithm as described in the ARM ARM. > oops sorry, I have sent the wrong patch. Please ignore this version. Christophe.
[Qemu-devel] [PATCH] target-arm: fix support for vrecpe.
Now use the same algorithm as described in the ARM ARM. Signed-off-by: Christophe Lyon --- target-arm/helper.c | 72 ++ 1 files changed, 60 insertions(+), 12 deletions(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index 7f63a28..1ab