Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 3/22/2024
Public
Document Table of Contents

masm

Tells the compiler to generate the assembler output file using a selected dialect.

Syntax

Linux:

-masm=dialect

Windows:

None

Arguments

dialect

Is the dialect to use for the assembler output file. Possible values are:

att

Tells the compiler to generate the assembler output file using AT&T* syntax.

intel

Tells the compiler to generate the assembler output file using Intel syntax.

Default

-masm=att

The compiler generates the assembler output file using AT&T* syntax.

Description

This option tells the compiler to generate the assembler output file using a selected dialect.

NOTE:

This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.

IDE Equivalent

None

Alternate Options

None