This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, AArch64] Optimized implementation of vget_low_* in arm_neon.h.
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Tejas Belagod <tbelagod at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 27 Aug 2013 08:16:15 +0100
- Subject: Re: [Patch, AArch64] Optimized implementation of vget_low_* in arm_neon.h.
- Authentication-results: sourceware.org; auth=none
- References: <5213514A dot 4030100 at arm dot com>
On 20 August 2013 12:21, Tejas Belagod <tbelagod@arm.com> 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