diff options
author | Jonathan Wright <jonathan.wright@arm.com> | 2021-03-18 12:14:48 +0000 |
---|---|---|
committer | Jonathan Wright <jonathan.wright@arm.com> | 2021-04-28 21:13:37 +0100 |
commit | 67cf12a8171399a9e724a7eb6cc80908ed297eaa (patch) | |
tree | 019351c2f87e723935da4bd9399896fd7ba139a5 /gcc/tree.h | |
parent | 8456a4cd96823704beec0b863010cd0dcc8dd591 (diff) | |
download | gcc-67cf12a8171399a9e724a7eb6cc80908ed297eaa.zip gcc-67cf12a8171399a9e724a7eb6cc80908ed297eaa.tar.gz gcc-67cf12a8171399a9e724a7eb6cc80908ed297eaa.tar.bz2 |
aarch64: Update attributes of arm_fp16.h intrinsics
Update the attributes of all intrinsics defined in arm_fp16.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 <type>
__attribute__ ((__always_inline__))
to:
__extension__ extern __inline <type>
__attribute__ ((__always_inline__, __gnu_inline__, __artificial__))
gcc/ChangeLog:
2021-03-18 Jonathan Wright <jonathan.wright@arm.com>
* config/aarch64/arm_fp16.h (__attribute__): Make intrinsic
attributes consistent with those defined in arm_neon.h.
Diffstat (limited to 'gcc/tree.h')
0 files changed, 0 insertions, 0 deletions