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 > * vst3_s8 > * vst4_s64 > * vst4_u64 > * vst4_f64 > * vst4_s8 > > These were always missing but the change of marking the > functions extern instead of static exposed them. > > The patch has been pre-approved to be checked in but I don't > have commit rights. > https://gcc.gnu.org/ml/gcc-patches/2016-09/msg01293.html > > Can someone check it in for me?
Done. r240271. > gcc/ > 2016-09-20 Tamar Christina <tamar.christ...@arm.com> > > * config/aarch64/arm_neon.h > (vst2_s64, vst2_u64, vst2_f64, vst2_s8): Add missing attributes. > (vst3_s64, vst3_u64, vst3_f64, vst3_s8): Likewise. > (vst4_s64, vst4_u64, vst4_f64, vst4_s8): Likewise. > Thanks for the prompt fix, James