Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-87AB8149-563E-47B2-B9E3-CD034AAD607A
Visible to Intel only — GUID: GUID-87AB8149-563E-47B2-B9E3-CD034AAD607A
use-msasm
Enables the use of blocks and entire functions of assembly code within a C or C++ file.
Linux: |
-use-msasm |
Windows: |
None |
None
OFF |
The compiler allows a GNU*-style inline assembly format. |
This option enables the use of blocks and entire functions of assembly code within a C or C++ file.
It allows a Microsoft* MASM-style inline assembly block not a GNU*-style inline assembly block.
-fasm-blocks