On 08.01.2025 10:38, Mayshao-oc wrote: > BTW: Whether gcc -march=xxx will imply a -march=xxx to assembler in gcc driver and do some check? I am curious about this. No, the compiler doesn't convert -march= passed to it to respective gas command line options (nor directives) for x86. Jan