Class ArmSimdInfo
- Namespace
- DotCompute.Backends.CPU.Intrinsics
- Assembly
- DotCompute.Backends.CPU.dll
Contains ARM SIMD capability information.
public sealed class ArmSimdInfo
- Inheritance
-
ArmSimdInfo
- Inherited Members
Properties
HasAes
Gets a value indicating whether this instance has aes.
public static bool HasAes { get; }
Property Value
- bool
trueif this instance has aes; otherwise,false.
HasCrc32
Gets a value indicating whether this instance has CRC32.
public static bool HasCrc32 { get; }
Property Value
- bool
trueif this instance has CRC32; otherwise,false.
HasDp
Gets a value indicating whether this instance has dp.
public static bool HasDp { get; }
Property Value
- bool
trueif this instance has dp; otherwise,false.
HasNeon
Gets a value indicating whether this instance has neon.
public static bool HasNeon { get; }
Property Value
- bool
trueif this instance has neon; otherwise,false.
HasNeonArm64
Gets a value indicating whether this instance has neon arm64.
public static bool HasNeonArm64 { get; }
Property Value
- bool
trueif this instance has neon arm64; otherwise,false.
HasRdm
Gets a value indicating whether this instance has RDM.
public static bool HasRdm { get; }
Property Value
- bool
trueif this instance has RDM; otherwise,false.
HasSha1
Gets a value indicating whether this instance has sha1.
public static bool HasSha1 { get; }
Property Value
- bool
trueif this instance has sha1; otherwise,false.
HasSha256
Gets a value indicating whether this instance has sha256.
public static bool HasSha256 { get; }
Property Value
- bool
trueif this instance has sha256; otherwise,false.
MaxVectorWidth
Gets the maximum width of the vector.
public static int MaxVectorWidth { get; }
Property Value
- int
The maximum width of the vector.