[PATCH v1] x86: Support Zhaoxin RNG2 instruction

Jiang, Haochen haochen.jiang@intel.com
Thu Jan 9 02:05:17 GMT 2025


> From: Jan Beulich <jbeulich@suse.com>
> Sent: Wednesday, January 8, 2025 7:30 PM
> 
> 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.
> 

You should take GCC and Binutils separate components here.

You can take it this way, GCC mostly take charge of generating asm while
Binutils mostly take charge of transforming asm to bytecode.

For LLVM, their asm generate and bytecode transform are in the same
codebase, and they might could pass them.

Thx,
Haochen




More information about the Binutils mailing list