Re: [PATCH 1/2][GCC][AArch64] Implement hint intrinsics for AArch64

2022-11-01 Thread Andrew Pinski via Gcc-patches
On Thu, Jan 10, 2019 at 11:20 AM Srinath Parvathaneni wrote: > > Hi All, > > This patch implements the ACLE hint intrinsics (nop, yield, wfe, wfi, > sev and sevl), for AArch64. Hmm, this (and the corresponding arm patch) was never reviewed. It might be useful to get an updated version which could

Re: [PATCH 1/2][GCC][AArch64] Implement hint intrinsics for AArch64

2019-01-11 Thread Sudakshina Das
Hi Srinath On 10/01/19 19:20, Srinath Parvathaneni wrote: > Hi All, > > This patch implements the ACLE hint intrinsics (nop, yield, wfe, wfi, > sev and sevl), for AArch64. > > The instructions are documented in the ArmARM[1] and the intrinsics > specification will be > published on the Arm websi

[PATCH 1/2][GCC][AArch64] Implement hint intrinsics for AArch64

2019-01-10 Thread Srinath Parvathaneni
Hi All, This patch implements the ACLE hint intrinsics (nop, yield, wfe, wfi, sev and sevl), for AArch64. The instructions are documented in the ArmARM[1] and the intrinsics specification will be published on the Arm website [2]. [1] https://developer.arm.com/docs/ddi0487/latest/arm-architect