enhancedInstructionSetType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the EnableEnhancedInstructionSet property.
public enum class enhancedInstructionSetType
public enum class enhancedInstructionSetType
enum enhancedInstructionSetType
public enum enhancedInstructionSetType
type enhancedInstructionSetType =
Public Enum enhancedInstructionSetType
- Inheritance
-
enhancedInstructionSetType
Fields
Name | Value | Description |
---|---|---|
enhancedInstructionSetTypeNotSet | 0 | Not set |
enhancedInstructionSetTypeSIMD | 1 | SIMD |
enhancedInstructionSetTypeSIMD2 | 2 | SIMD2 |
Remarks
See /ARCH
for more information.