Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CodeGenerationFlags Enumeration

Silverlight

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)

'Declaration
<FlagsAttribute> _
Public Enumeration CodeGenerationFlags

Member nameDescription
Supported by Silverlight for Windows PhoneEnableFPIntrinsicsUsingSIMDSpecifies 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.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

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

Community Additions

Show:
© 2017 Microsoft