Re: Re: [PATCH] RISC-V: Implement reassociation width hook
"Wang Yaduo" <[email protected]> Tue, 04 Aug 2026 10:42:58 +0800
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
> Don't the rest of the uarch tuning structure initializers need a change > since you added new fields to the structure? For those use whatever the > current defaults are. Hi Jeff, Thanks for checking. The other uarch tunings retain the existing default reassociation widths through the default member initializers. Only generic-ooo and xt-c9501fdvt use larger scalar widths, since I expect out-of-order cores to benefit from the additional ILP. Regards, yaduo