volatile_asm

Controls the compiler’s optimization of inline assembly

Syntax

#pragma volatile_asm on | off | reset

Targets
Intel x86
Remarks

When on, the compiler allows these optimizations to occur inside inline assembly code: peepholing, scheduling, and constant propagation.

This settting is controls by the Optimize inline assembly setting in the CodeGen panel. The default setting is off.