projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert previous Linux-specific/centric commit#19629. If it really has to
[openssl.git]
/
crypto
/
aes
/
asm
/
aes-x86_64.pl
diff --git
a/crypto/aes/asm/aes-x86_64.pl
b/crypto/aes/asm/aes-x86_64.pl
index
a757b47
..
a545e89
100755
(executable)
--- a/
crypto/aes/asm/aes-x86_64.pl
+++ b/
crypto/aes/asm/aes-x86_64.pl
@@
-42,8
+42,7
@@
$verticalspin=1; # unlike 32-bit version $verticalspin performs
# ~15% better on both AMD and Intel cores
$speed_limit=512; # see aes-586.pl for details
-$code=".section .note.GNU-stack,\"\",\@progbits\n";
-$code.=".text\n";
+$code=".text\n";
$s0="%eax";
$s1="%ebx";