SIMD extensions. More...
Inherited by ArmCpuSimdFeature, MipsCpuSimdFeature, and X86CpuSimdFeature.
Public Member Functions | |
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 | |
string | Description [get] |
Provides a description for the object. More... | |
SIMD extensions.
|
inline |
Compares for equality with another CpuSimdFeature object.
Comparison is performed by value.
|
inline |
Compares for equality with another object.
Comparison is performed by value.
|
inline |
Provides a hash for the object.
Non-equal CpuSimdFeature objects are guaranteed to have different hashes.
|
inline |
Provides a string ID for the object.
The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol.
|
get |
Provides a description for the object.
The description can contain spaces and non-ASCII characters.