#40 makes no mention of the [AES-NI](https://en.wikipedia.org/wiki/AES_instruction_set) intrinsics, so I am opening an issue to track them here. See also the [Intel intrinsics guide](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#othertechs=AES). * [x] [`_mm_aesdec_si128`](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_aesdec_si128&expand=5236) * [x] [`_mm_aeskeygenassist_si128`](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_aeskeygenassist_si128&expand=5236) * [x] [`_mm_aesenc_si128`](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_aesenc_si128&expand=5236) * [x] [`_mm_aesenclast_si128`](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_aesenclast_si128&expand=5236) * [x] [`_mm_aesimc_si128`](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_aesimc_si128&expand=5236) * [x] [`_mm_aesdeclast_si128`](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_aesdeclast_si128&expand=5236)