Implement all x86 AES-NI vendor intrinsics
ruuda opened this issue · 2 comments
ruuda commented
#40 makes no mention of the AES-NI intrinsics, so I am opening an issue to track them here. See also the Intel intrinsics guide.
gnzlbg commented
So once rust-lang/rust#47822 is merged this can be implemented.
In MSDN there are examples of each of these intrinsics that can be used to create some tests: https://msdn.microsoft.com/de-de/library/cc714206(v=vs.100).aspx