ARM-specific SIMD extensions. More...
Inherits CpuSimdFeature.
Static Public Attributes | |
static final ArmCpuSimdFeature | XScale = new ArmCpuSimdFeature(0) |
XScale instructions. | |
static final ArmCpuSimdFeature | WMMX = new ArmCpuSimdFeature(1) |
Wireless MMX instruction set. | |
static final ArmCpuSimdFeature | WMMX2 = new ArmCpuSimdFeature(2) |
Wireless MMX 2 instruction set. | |
static final ArmCpuSimdFeature | NEON = new ArmCpuSimdFeature(3) |
NEON (Advanced SIMD) instruction set. | |
static final ArmCpuSimdFeature | NEONHP = new ArmCpuSimdFeature(4) |
NEON (Advanced SIMD) half-precision extension. | |
static final ArmCpuSimdFeature | NEON2 = new ArmCpuSimdFeature(5) |
NEON (Advanced SIMD) v2 instruction set. | |
Additional Inherited Members | |
![]() | |
final String | toString () |
Provides a string ID for this SIMD extension. More... | |
final String | getDescription () |
Provides a text description for this ISA extension. More... | |
ARM-specific SIMD extensions.