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

2024-08-02 Thread Claudio Bantaloukas
On 02/08/2024 12:17, Richard Sandiford wrote: > Claudio Bantaloukas writes: >> 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

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

2024-08-02 Thread Richard Sandiford
Claudio Bantaloukas writes: > 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 INTEGER_TYPE,