Use AVX assembly functions to implement AES-128 encryption
Following the documentation (Section 10.20), implement AES encryption.
Use other documentation to read up about the various AVX calls used to implement AES.
x64 registers (SSE, no AVX), page 23. Rijndael key schedule description