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

ID 767253
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

use-msasm

Enables the use of blocks and entire functions of assembly code within a C or C++ file.

Syntax

Linux:

-use-msasm

Windows:

None

Arguments

None

Default

OFF

The compiler allows a GNU*-style inline assembly format.

Description

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.

IDE Equivalent
None
Alternate Options

-fasm-blocks