Re: [RFC PATCH 0/2] Add target_clones profile option support

2025-05-05 Thread Yangyu Chen
> On 5 May 2025, at 16:34, Kyrylo Tkachov wrote: > > > >> On 4 May 2025, at 19:19, Yangyu Chen wrote: >> >> Hi everyone, >> >> This patch series introduces support for the target_clones profile >> option in GCC. This option enables users to specify target_clones >> attributes in a separat

Re: [RFC PATCH 0/2] Add target_clones profile option support

2025-05-05 Thread Kyrylo Tkachov
> On 4 May 2025, at 19:19, Yangyu Chen wrote: > > Hi everyone, > > This patch series introduces support for the target_clones profile > option in GCC. This option enables users to specify target_clones > attributes in a separate file, allowing GCC to generate multiple > versions of the functio

[RFC PATCH 0/2] Add target_clones profile option support

2025-05-04 Thread Yangyu Chen
Hi everyone, This patch series introduces support for the target_clones profile option in GCC. This option enables users to specify target_clones attributes in a separate file, allowing GCC to generate multiple versions of the function with different ISA extensions based on the specified profile.