Re: [PATCH 19/20] aarch64: Update attributes of arm_acle.h intrinsics

2021-04-28 Thread Richard Sandiford via Gcc-patches
Jonathan Wright via Gcc-patches writes: > Hi, > > As subject, this patch updates the attributes of all intrinsics defined in > arm_acle.h to be consistent with the attributes of the intrinsics defined > in arm_neon.h. Specifically, this means updating the attributes from: >   __extension__ static

[PATCH 19/20] aarch64: Update attributes of arm_acle.h intrinsics

2021-04-28 Thread Jonathan Wright via Gcc-patches
Hi, As subject, this patch updates the attributes of all intrinsics defined in arm_acle.h to be consistent with the attributes of the intrinsics defined in arm_neon.h. Specifically, this means updating the attributes from:   __extension__ static __inline   __attribute__ ((__always_inline__)) to: