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
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: