]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/sha/asm/sha512-586.pl
Remove filename argument to x86 asm_init.
[thirdparty/openssl.git] / crypto / sha / asm / sha512-586.pl
index 448ac73e0604b7c6f86ac66e8b692e10c9ad40c5..35006e8b9fbc8cd38d84def164c03169de01adfd 100644 (file)
@@ -32,6 +32,7 @@
 # Sandy Bridge 58      -       35      11.9    11.2
 # Ivy Bridge   50      -       33      11.5    8.17
 # Haswell      46      -       29      11.3    7.66
+# Skylake      40      -       26      13.3    7.25
 # Bulldozer    121     -       50      14.0    13.5
 # VIA Nano     91      -       52      33      14.7
 # Atom         126     -       68      48(***) 14.7
@@ -61,7 +62,7 @@ require "x86asm.pl";
 $output=pop;
 open STDOUT,">$output";
 
-&asm_init($ARGV[0],"sha512-586.pl",$ARGV[$#ARGV] eq "386");
+&asm_init($ARGV[0],$ARGV[$#ARGV] eq "386");
 
 $sse2=0;
 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }