ARM-specific SIMD extensions. More...
Inherits CpuSimdFeature.
Static Public Attributes | |
static readonly ArmCpuSimdFeature | XScale = new ArmCpuSimdFeature(0) |
XScale instructions. More... | |
static readonly ArmCpuSimdFeature | WMMX = new ArmCpuSimdFeature(1) |
Wireless MMX instruction set. More... | |
static readonly ArmCpuSimdFeature | WMMX2 = new ArmCpuSimdFeature(2) |
Wireless MMX 2 instruction set. More... | |
static readonly ArmCpuSimdFeature | NEON = new ArmCpuSimdFeature(3) |
NEON (Advanced SIMD) instruction set. More... | |
static readonly ArmCpuSimdFeature | NEONHP = new ArmCpuSimdFeature(4) |
NEON (Advanced SIMD) half-precision extension. More... | |
static readonly ArmCpuSimdFeature | NEON2 = new ArmCpuSimdFeature(5) |
NEON (Advanced SIMD) v2 instruction set. More... | |
Additional Inherited Members | |
![]() | |
bool | Equals (CpuSimdFeature other) |
Compares for equality with another CpuSimdFeature object. More... | |
override bool | Equals (System.Object other) |
Compares for equality with another object. More... | |
override int | GetHashCode () |
Provides a hash for the object. More... | |
override string | ToString () |
Provides a string ID for the object. More... | |
![]() | |
string | Description [get] |
Provides a description for the object. More... | |
ARM-specific SIMD extensions.
|
static |
XScale instructions.
|
static |
Wireless MMX instruction set.
|
static |
Wireless MMX 2 instruction set.
|
static |
NEON (Advanced SIMD) instruction set.
|
static |
NEON (Advanced SIMD) half-precision extension.
|
static |
NEON (Advanced SIMD) v2 instruction set.