Intel® C++ Compiler Classic 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-2AD0960F-AA99-4C35-919D-850EF024FEC9
Visible to Intel only — GUID: GUID-2AD0960F-AA99-4C35-919D-850EF024FEC9
fasm-blocks
Enables the use of blocks and entire functions of assembly code within a C or C++ file.
Linux: |
-fasm-blocks |
macOS: |
-fasm-blocks |
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.
On macOS systems, this option is provided for compatibility with the Apple* GNU compiler.
-use-msasm