Re: [PATCH] [APX] Adjust target-support check [PR 115341]

2024-06-05 Thread Hongtao Liu
On Thu, Jun 6, 2024 at 2:39 PM Hongyu Wang wrote: > > Current target apxf check does not specify sub-features that assembler > supports, so the check with older binutils will fail at assemble stage > for new apx features like NF,CCMP or CFCMOV. Adjust the assembler check > for latest apx subfeatur

[PATCH] [APX] Adjust target-support check [PR 115341]

2024-06-05 Thread Hongyu Wang
Current target apxf check does not specify sub-features that assembler supports, so the check with older binutils will fail at assemble stage for new apx features like NF,CCMP or CFCMOV. Adjust the assembler check for latest apx subfeatures. Bootstrapped & regtested on x86-64-pc-linux-gnu with bin