Re: [PATCH 1/3] aarch64: Add march flags for +fp8 arch extensions

2024-07-23 Thread Claudio Bantaloukas
On 22/07/2024 10:45, Kyrylo Tkachov wrote: > Hi Claudio, > Thanks for working on this. > >> On 22 Jul 2024, at 11:30, Claudio Bantaloukas >> wrote: >> >> External email: Use caution opening links or attachments >> >> >> This introduces the relevant flags to enable access to the fpmr register a

Re: [PATCH 1/3] aarch64: Add march flags for +fp8 arch extensions

2024-07-22 Thread Kyrylo Tkachov
Hi Claudio, Thanks for working on this. > On 22 Jul 2024, at 11:30, Claudio Bantaloukas > wrote: > > External email: Use caution opening links or attachments > > > This introduces the relevant flags to enable access to the fpmr register and > fp8 intrinsics, which will be added subsequently.

[PATCH 1/3] aarch64: Add march flags for +fp8 arch extensions

2024-07-22 Thread Claudio Bantaloukas
This introduces the relevant flags to enable access to the fpmr register and fp8 intrinsics, which will be added subsequently. The `+fp8' -march modifier defines the __ARM_FEATURE_FP8 macro to 1. gcc/ChangeLog: * config/aarch64/aarch64-c.cc (__ARM_FEATURE_FP8): New. * config/aa