On 03/01/13 11:35, Tejas Belagod wrote:
Hi,
Attached is a patch that fixes bugs in intrinsic implementation of vmovn_high_*,
vqmovn_high_* and vqmovun_high_* in arm_neon.h. This runtime bug was because of
xtn2 having the incorrect operand number for the source operand.
Tested on aarch64-none-elf. OK for trunk and 4.7?
Thanks,
Tejas Belagod
ARM.
2013-01-03 Tejas Belagod <tejas.bela...@arm.com>
gcc/
* config/aarch64/arm_neon.h (vmovn_high_*, vqmovn_high_*,
vqmovun_high_*): Fix source operand number.
OK.
R.