Re: [PATCH v2 2/4] aarch64: Fix tme intrinsic availability

2024-08-09 Thread Andrew Carlotti
On Thu, Aug 08, 2024 at 04:48:38PM +0100, Richard Sandiford wrote: > Andrew Carlotti writes: > > The availability of tme intrinsics was previously gated at both > > initialisation time (using global target options) and usage time > > (accounting for function-specific target options). This patch r

Re: [PATCH v2 2/4] aarch64: Fix tme intrinsic availability

2024-08-08 Thread Richard Sandiford
Andrew Carlotti writes: > The availability of tme intrinsics was previously gated at both > initialisation time (using global target options) and usage time > (accounting for function-specific target options). This patch removes > the check at initialisation time, and also moves the intrinsics ou

[PATCH v2 2/4] aarch64: Fix tme intrinsic availability

2024-08-08 Thread Andrew Carlotti
The availability of tme intrinsics was previously gated at both initialisation time (using global target options) and usage time (accounting for function-specific target options). This patch removes the check at initialisation time, and also moves the intrinsics out of the header file to allow for