Property IsNeonArmv82FeaturesSupported
IsNeonArmv82FeaturesSupported
Evaluates to true at compile time if Armv8.2 extension feature intrinsics are supported. These include DotProd, Crypto, RDMA, so the property is equivalent to (IsNeonCryptoSupported && IsNeonDotProdSupported && IsNeonRDMASupported)
Declaration
public static bool IsNeonArmv82FeaturesSupported { get; }
Property Value
Type | Description |
---|---|
bool |