Re: [PATCH v3] Support AVX10_V2_AUX instructions
Jan Beulich <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
On 27.08.2026 08:44, Rohan Shenoy wrote: > Add assembler and disassembler support for AVX10_V2_AUX instructions. > > AVX10_V2_AUX is independent from AVX10_V1_AUX. It requires AVX10, and is > named avx10v2aux. > > Reference: AI Compute Extensions (ACE) Specification, v1.15 > https://x86ecosystem.org/wp-content/uploads/2026/06/ACE_v1_Specification_public_1_15.pdf > > Co-authored-by: Ganesh Gopalasubramanian <[email protected]> > Co-authored-by: Umesh Kalvakuntla <[email protected]> Apart from the doc issue that Haochen pointed out, this now looks good to me. That is, if the doc ends up being changed, and if hence the implementation is correct, this can be committed. Jan