Re: [PATCH v2] aarch64: Add fp8 scalar types

2024-09-20 Thread Kyrylo Tkachov
> On 19 Sep 2024, at 15:39, Claudio Bantaloukas > wrote: > > External email: Use caution opening links or attachments > > > On 9/19/2024 2:18 PM, Kyrylo Tkachov wrote: >> Hi Claudio, >> >>> On 19 Sep 2024, at 15:09, Claudio Bantaloukas >>> wrote: >>> >>> External email: Use caution openi

Re: [PATCH v2] aarch64: Add fp8 scalar types

2024-09-19 Thread Claudio Bantaloukas
On 9/19/2024 2:18 PM, Kyrylo Tkachov wrote: Hi Claudio, On 19 Sep 2024, at 15:09, Claudio Bantaloukas wrote: External email: Use caution opening links or attachments The ACLE defines a new scalar type, __mfp8. This is an opaque 8bit types that can only be used by fp8 intrinsics. Additio

Re: [PATCH v2] aarch64: Add fp8 scalar types

2024-09-19 Thread Kyrylo Tkachov
Hi Claudio, > On 19 Sep 2024, at 15:09, Claudio Bantaloukas > wrote: > > External email: Use caution opening links or attachments > > > The ACLE defines a new scalar type, __mfp8. This is an opaque 8bit types that > can only be used by fp8 intrinsics. Additionally, the mfloat8_t type is made

[PATCH v2] aarch64: Add fp8 scalar types

2024-09-19 Thread Claudio Bantaloukas
The ACLE defines a new scalar type, __mfp8. This is an opaque 8bit types that can only be used by fp8 intrinsics. Additionally, the mfloat8_t type is made available in arm_neon.h and arm_sve.h as an alias of the same. This implementation uses an unsigned INTEGER_TYPE, with precision 8 to represen