Re: [PATCH 3/3] aarch64: add fpm register helper functions.

2024-07-22 Thread Kyrylo Tkachov
> On 22 Jul 2024, at 17:16, Richard Sandiford wrote: > > External email: Use caution opening links or attachments > > > Kyrylo Tkachov writes: >> Hi Claudio, >> >>> On 22 Jul 2024, at 11:30, Claudio Bantaloukas >>> wrote: >>> >>> External email: Use caution opening links or attachments >

Re: [PATCH 3/3] aarch64: add fpm register helper functions.

2024-07-22 Thread Richard Sandiford
Kyrylo Tkachov writes: > Hi Claudio, > >> On 22 Jul 2024, at 11:30, Claudio Bantaloukas >> wrote: >> >> External email: Use caution opening links or attachments >> >> >> The ACLE declares several helper types and functions to >> facilitate construction of `fpm` arguments. >> >> gcc/ChangeLog

Re: [PATCH 3/3] aarch64: add fpm register helper functions.

2024-07-22 Thread Kyrylo Tkachov
Hi Claudio, > On 22 Jul 2024, at 11:30, Claudio Bantaloukas > wrote: > > External email: Use caution opening links or attachments > > > The ACLE declares several helper types and functions to > facilitate construction of `fpm` arguments. > > gcc/ChangeLog: > >* config/aarch64/arm_ac

[PATCH 3/3] aarch64: add fpm register helper functions.

2024-07-22 Thread Claudio Bantaloukas
The ACLE declares several helper types and functions to facilitate construction of `fpm` arguments. gcc/ChangeLog: * config/aarch64/arm_acle.h (fpm_t): New type representing fpmr values. (enum __ARM_FPM_FORMAT): New enum representing valid fp8 formats. (enum __ARM_FPM_OVE