Re: [PATCH][ARM] [gcc] Add __artificial__ attribute to all NEON intrinsics

2017-01-11 Thread Richard Earnshaw (lists)
On 10/01/17 10:40, Tamar Christina wrote: > Hi all, > > This patch adds the __artificial__ and __gnu_inline__ > attributes to the intrinsics in arm_neon.h so that > costs are associated to the user function during profiling > and during debugging the intrinsics are hidden in trace. > > A similar

[PATCH][ARM] [gcc] Add __artificial__ attribute to all NEON intrinsics

2017-01-10 Thread Tamar Christina
Hi all, This patch adds the __artificial__ and __gnu_inline__ attributes to the intrinsics in arm_neon.h so that costs are associated to the user function during profiling and during debugging the intrinsics are hidden in trace. A similar patch was already applied to Aarch64. The artificial attr