CodeGenerationFlags Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.CompilerServicesAssembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: