Loading crypto/aes/asm/vpaes-x86.pl +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ # pshufb, yet it's respectable +32%/65% improvement on Core 2 # and +58%/40% on Atom. # # <appro@openss.org> # <appro@openssl.org> $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; push(@INC,"${dir}","${dir}../../perlasm"); Loading crypto/aes/asm/vpaes-x86_64.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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. # # <appro@openss.org> # <appro@openssl.org> $flavour = shift; $output = shift; Loading Loading
crypto/aes/asm/vpaes-x86.pl +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ # pshufb, yet it's respectable +32%/65% improvement on Core 2 # and +58%/40% on Atom. # # <appro@openss.org> # <appro@openssl.org> $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; push(@INC,"${dir}","${dir}../../perlasm"); Loading
crypto/aes/asm/vpaes-x86_64.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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. # # <appro@openss.org> # <appro@openssl.org> $flavour = shift; $output = shift; Loading