Re: [PATCH] [AArch64] Add missing attributes to arm_neon.h

2016-09-20 Thread James Greenhalgh
On Tue, Sep 20, 2016 at 04:37:42PM +0100, Tamar Christina wrote: > Hi All, > > This patch fixes the regression failures introduced by r240256. > It adds some missing attributes to the functions: > > * vst2_s64 > * vst2_u64 > * vst2_f64 > * vst2_s8 > * vst3_s64 > * vst3_u64 > * vst3_f64 >

[PATCH] [AArch64] Add missing attributes to arm_neon.h

2016-09-20 Thread Tamar Christina
Hi All, This patch fixes the regression failures introduced by r240256. It adds some missing attributes to the functions: * vst2_s64 * vst2_u64 * vst2_f64 * vst2_s8 * vst3_s64 * vst3_u64 * vst3_f64 * vst3_s8 * vst4_s64 * vst4_u64 * vst4_f64 * vst4_s8 These were always missing but the