Gfni.V256.GaloisFieldAffineTransform 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_gf2p8affine_epi64_epi8 (__m256i x, __m256i A, int b)
GF2P8AFFINEQB ymm1, ymm2/m256, imm8
VGF2P8AFFINEQB ymm1, ymm2, ymm3/m256, imm8
VGF2P8AFFINEQB ymm1{k1}{z}, ymm2, ymm3/m256/m64bcst, imm8
public:
static System::Runtime::Intrinsics::Vector256<System::Byte> GaloisFieldAffineTransform(System::Runtime::Intrinsics::Vector256<System::Byte> x, System::Runtime::Intrinsics::Vector256<System::Byte> a, System::Byte b);
public static System.Runtime.Intrinsics.Vector256<byte> GaloisFieldAffineTransform(System.Runtime.Intrinsics.Vector256<byte> x, System.Runtime.Intrinsics.Vector256<byte> a, byte b);
static member GaloisFieldAffineTransform : System.Runtime.Intrinsics.Vector256<byte> * System.Runtime.Intrinsics.Vector256<byte> * byte -> System.Runtime.Intrinsics.Vector256<byte>
Public Shared Function GaloisFieldAffineTransform (x As Vector256(Of Byte), a As Vector256(Of Byte), b As Byte) As Vector256(Of Byte)
Parameters
- b
- Byte