Yeppp!
 All Classes Namespaces Functions Variables Properties Pages
Static Public Attributes | List of all members
ArmCpuSimdFeature Class Reference

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

- Public Member Functions inherited from CpuSimdFeature
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...
 
- Properties inherited from CpuSimdFeature
string Description [get]
 Provides a description for the object. More...
 

Detailed Description

ARM-specific SIMD extensions.

See Also
Library.IsSupported(CpuSimdFeature)

Member Data Documentation

readonly ArmCpuSimdFeature XScale = new ArmCpuSimdFeature(0)
static

XScale instructions.

readonly ArmCpuSimdFeature WMMX = new ArmCpuSimdFeature(1)
static

Wireless MMX instruction set.

readonly ArmCpuSimdFeature WMMX2 = new ArmCpuSimdFeature(2)
static

Wireless MMX 2 instruction set.

readonly ArmCpuSimdFeature NEON = new ArmCpuSimdFeature(3)
static

NEON (Advanced SIMD) instruction set.

readonly ArmCpuSimdFeature NEONHP = new ArmCpuSimdFeature(4)
static

NEON (Advanced SIMD) half-precision extension.

readonly ArmCpuSimdFeature NEON2 = new ArmCpuSimdFeature(5)
static

NEON (Advanced SIMD) v2 instruction set.