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 Intrinsics] Replace temporary assembler for vst1_lane


Marcus Shawcroft wrote:
On 30 January 2015 at 12:09, Alan Lawrence <alan.lawrence@arm.com> wrote:
This was posted towards the end of stage 3, a few days before stage 4
started. Is it now too late to "ping" ?

--Alan

gcc/ChangeLog:

        * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
        vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
        vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
        vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
        vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
        vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
        vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer
dereference
        and __aarch64_vget_lane_any.

Please don't top post.

This is OK but wait for stage-1 to open before you commit it please.
/Marcus


Now pushed as r222092.
--Alan


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