Re: [PATCH v1 1/1] aarch64: fix fp8 cpuinfo feature names

2024-12-10 Thread Richard Earnshaw (lists)
On 03/12/2024 10:41, Claudio Bantaloukas wrote: On 12/3/2024 10:24 AM, Kyrylo Tkachov wrote: Hi Claudio, On 2 Dec 2024, at 19:14, Claudio Bantaloukas wrote: The previous version of the patch was based on the mistaken assumption that features in /proc/cpuinfo had matching names to the fe

Re: [PATCH v1 1/1] aarch64: fix fp8 cpuinfo feature names

2024-12-03 Thread Kyrylo Tkachov
> On 3 Dec 2024, at 11:41, Claudio Bantaloukas > wrote: > > > > On 12/3/2024 10:24 AM, Kyrylo Tkachov wrote: >> Hi Claudio, >>> On 2 Dec 2024, at 19:14, Claudio Bantaloukas >>> wrote: >>> >>> >>> The previous version of the patch was based on the mistaken assumption that >>> features in

Re: [PATCH v1 1/1] aarch64: fix fp8 cpuinfo feature names

2024-12-03 Thread Claudio Bantaloukas
On 12/3/2024 10:24 AM, Kyrylo Tkachov wrote: Hi Claudio, On 2 Dec 2024, at 19:14, Claudio Bantaloukas wrote: The previous version of the patch was based on the mistaken assumption that features in /proc/cpuinfo had matching names to the feature names that gcc and gas accept. This patch e

Re: [PATCH v1 1/1] aarch64: fix fp8 cpuinfo feature names

2024-12-03 Thread Kyrylo Tkachov
Hi Claudio, > On 2 Dec 2024, at 19:14, Claudio Bantaloukas > wrote: > > > The previous version of the patch was based on the mistaken assumption that > features in /proc/cpuinfo had matching names to the feature names that gcc and > gas accept. > This patch enables the fp8 feature when the f8c

[PATCH v1 1/1] aarch64: fix fp8 cpuinfo feature names

2024-12-02 Thread Claudio Bantaloukas
The previous version of the patch was based on the mistaken assumption that features in /proc/cpuinfo had matching names to the feature names that gcc and gas accept. This patch enables the fp8 feature when the f8cvt feature is enabled, under the assumption that fpmr is always enabled when f8cvt i