diff --git a/crypto/aes/asm/vpaes-x86.pl b/crypto/aes/asm/vpaes-x86.pl index 1de722b558f57826e0a672b8abebabcc9928f54e..efe68dff41bc8bb052fd5e209983415b9963e30c 100644 --- a/crypto/aes/asm/vpaes-x86.pl +++ b/crypto/aes/asm/vpaes-x86.pl @@ -43,7 +43,7 @@ # pshufb, yet it's respectable +32%/65% improvement on Core 2 # and +58%/40% on Atom. # -# +# $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; push(@INC,"${dir}","${dir}../../perlasm"); diff --git a/crypto/aes/asm/vpaes-x86_64.pl b/crypto/aes/asm/vpaes-x86_64.pl index 17651e1b3ef003d46a8f1767efce2f3a753aef70..3ea85d23e8eea695ae21a428c40beda14450901f 100644 --- a/crypto/aes/asm/vpaes-x86_64.pl +++ b/crypto/aes/asm/vpaes-x86_64.pl @@ -42,7 +42,7 @@ # (***) Less impressive improvement on Core 2 and Atom is due to slow # pshufb, yet it's respectable +40%/78% improvement on Core 2. # -# +# $flavour = shift; $output = shift;