On 4 September 2014 14:21, Alan Lawrence wrote:
> Ah, right you are. (Curiously I still can't find Richard's previous message
> in Thunderbird!)
>
> for first patch, gcc/testsuite/ChangeLog:
>
> * gcc.target/aarch64/vget_high_1.c: New test.
> * gcc.target/aarch64/vget_low_1.c: Like
Ah, right you are. (Curiously I still can't find Richard's previous message in
Thunderbird!)
for first patch, gcc/testsuite/ChangeLog:
* gcc.target/aarch64/vget_high_1.c: New test.
* gcc.target/aarch64/vget_low_1.c: Likewise.
for second patch, gcc/ChangeLog:
* config/a
On 12 August 2014 11:12, Alan Lawrence 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 bet
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