This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH AArch64 2/2] Replace temporary inline assembler for vget_high


On 12 August 2014 11:12, Alan Lawrence <alan.lawrence@arm.com> wrote:
> This patch replaces the current inline assembler for the vget_high
> intrinsics in arm_neon.h with a sequence of other calls, in a similar
> fashion to vget_low. Unlike the assembler, these are all transparent to the
> front-end, so should enable better optimization through the mid-end.
>
> Tested check-gcc and check-g++ and aarch64-none-elf and aarch64_be-none-elf
> (including new tests in previous patch!).

I think we are still waiting on ChangeLogs for this and the related patch?

/Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]