Re: [Patch, AArch64] Optimized implementation of vget_low_* in arm_neon.h.

2013-08-27 Thread Marcus Shawcroft
On 20 August 2013 12:21, Tejas Belagod wrote: > Hi, > > This patch replaces all inline asm implementations of vget_low_* in > arm_neon.h with optimized implementations using other neon intrinsics. > > Tested with aarch64-none-elf. > > OK? This is OK. /Marcus

[Patch, AArch64] Optimized implementation of vget_low_* in arm_neon.h.

2013-08-20 Thread Tejas Belagod
Hi, This patch replaces all inline asm implementations of vget_low_* in arm_neon.h with optimized implementations using other neon intrinsics. Tested with aarch64-none-elf. OK? Thanks, Tejas Belagod ARM. 2013-08-20 Tejas Belagod gcc/ * config/aarch64/arm_neon.h: Replace all inli