This commit is contained in:
Frank Denis 2016-05-04 23:09:07 +02:00
parent 474952d3f1
commit 0f053aea52

View File

@ -129,7 +129,7 @@ aesni_encrypt1(unsigned char *out, __m128i nv, const __m128i *rkeys)
}
/** multiple-blocks-at-once AES encryption with AES-NI ;
on Haswell, aesenc as a latency of 7 and a throughput of 1
on Haswell, aesenc has a latency of 7 and a throughput of 1
so the sequence of aesenc should be bubble-free if you
have at least 8 blocks. Let's build an arbitratry-sized
function */