From 543dfa9f0e2de47a7bfe25ff3aeddd06332ea1a3 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 12 Sep 2011 12:50:00 +0000 Subject: [PATCH] vpaes-x86[_64]*.pl: fix typo. --- crypto/aes/asm/vpaes-x86.pl | 2 +- crypto/aes/asm/vpaes-x86_64.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/aes/asm/vpaes-x86.pl b/crypto/aes/asm/vpaes-x86.pl index 1de722b558..efe68dff41 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 17651e1b3e..3ea85d23e8 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; -- GitLab