Re: [Qemu-devel] [PATCH v6 2/4] target-arm: Implement ARMv8 VSEL instruction.
On 28 November 2013 17:07, Will Newton wrote: > > This adds support for the VSEL floating point selection instruction > which was added in ARMv8. > > Signed-off-by: Will Newton > --- > target-arm/translate.c | 130 > - > 1 file changed, 129 insert
[Qemu-devel] [PATCH v6 2/4] target-arm: Implement ARMv8 VSEL instruction.
This adds support for the VSEL floating point selection instruction which was added in ARMv8. Signed-off-by: Will Newton --- target-arm/translate.c | 130 - 1 file changed, 129 insertions(+), 1 deletion(-) Changes in v6: - None diff --git a/tar