Re: [PATCH] Add AVX10.1 target_clones support

2024-06-02 Thread Hongtao Liu
On Wed, May 29, 2024 at 11:05 AM Haochen Jiang wrote: > > Hi all, > > Since AVX10 is the first major ISA introduced after AVX-512, we propose > to add target_clones support for it. > > Although AVX10.1-256 won't cover 512-bit part of AVX512F, but since > it is only for priority but not for implica

Re: [PATCH 09/52] Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_type

2024-06-02 Thread Richard Biener
On Mon, Jun 3, 2024 at 5:02 AM Kewen Lin wrote: > > Currently how we determine which mode will be used for a > floating point type is that for a given type precision > (size) call mode_for_size to get the first mode which has > this size in the specified class. On Powerpc, we have > three modes (

<    1   2