Gfni.V256.GaloisFieldAffineTransformInverse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
__m256i _mm256_gf2p8affineinv_epi64_epi8 (__m256i x, __m256i A, int b)
GF2P8AFFINEINVQB ymm1, ymm2/m256, imm8
VGF2P8AFFINEINVQB ymm1, ymm2, ymm3/m256, imm8
VGF2P8AFFINEINVQB ymm1{k1}{z}, ymm2, ymm3/m256/m64bcst, imm8
public:
static System::Runtime::Intrinsics::Vector256<System::Byte> GaloisFieldAffineTransformInverse(System::Runtime::Intrinsics::Vector256<System::Byte> x, System::Runtime::Intrinsics::Vector256<System::Byte> a, System::Byte b);
public static System.Runtime.Intrinsics.Vector256<byte> GaloisFieldAffineTransformInverse(System.Runtime.Intrinsics.Vector256<byte> x, System.Runtime.Intrinsics.Vector256<byte> a, byte b);
static member GaloisFieldAffineTransformInverse : System.Runtime.Intrinsics.Vector256<byte> * System.Runtime.Intrinsics.Vector256<byte> * byte -> System.Runtime.Intrinsics.Vector256<byte>
Public Shared Function GaloisFieldAffineTransformInverse (x As Vector256(Of Byte), a As Vector256(Of Byte), b As Byte) As Vector256(Of Byte)
Parameters
- b
- Byte