CodeGenerationFlags Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Defines flags that specify how code is generated.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Runtime.CompilerServices
Assembly:  mscorlib.Extensions (in mscorlib.Extensions.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CodeGenerationFlags
[FlagsAttribute]
public enum CodeGenerationFlags

Members

Member name Description
Supported by Silverlight for Windows Phone EnableFPIntrinsicsUsingSIMD Specifies that the just-in-time (JIT) compiler may use SIMD instructions for certain vector and matrix operations.

For processors that support Single Instruction Multiple Data (SIMD), using SIMD instructions for vector and matrix operations in XNA games can significantly improve performance.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.