V256
IsSupported
GaloisFieldAffineTransform(Vector256<Byte>, Vector256<Byte>, Byte)
GaloisFieldAffineTransformInverse(Vector256<Byte>, Vector256<Byte>, Byte)
GaloisFieldMultiply(Vector256<Byte>, Vector256<Byte>)
net10.0
namespace System.Runtime.Intrinsics.X86
{
[CLSCompliant(false)]
public abstract class Gfni : Sse41
{
public abstract class V256
{
public static Vector256<byte> GaloisFieldMultiply(Vector256<byte> left, Vector256<byte> right);
}
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | System.Runtime.Intrinsics , Version=10.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API