_mm_aesimc_si128
Classification
Other, Cryptography, CPUID Test: AES
Header File
wmmintrin.h
Instruction
AESIMC xmm, xmm
Synopsis
 _mm_aesimc_si128(__m128i a);
Description
Perform the InvMixColumns transformation on "a" and store the result in "dst".
Operation
dst[127:0] := InvMixColumns(a[127:0])