projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d7f335
)
Fix comment typo.
author
David Benjamin
<davidben@google.com>
Wed, 26 Jul 2017 16:30:27 +0000
(12:30 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Thu, 27 Jul 2017 03:10:52 +0000
(23:10 -0400)
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4023)
crypto/x86_64cpuid.pl
patch
|
blob
|
history
diff --git
a/crypto/x86_64cpuid.pl
b/crypto/x86_64cpuid.pl
index da6d4a232bbcd9a7608db54a50feb251854f9e5f..f228c24ba17c694d081fb24836b996ee0f3aeab4 100644
(file)
--- a/
crypto/x86_64cpuid.pl
+++ b/
crypto/x86_64cpuid.pl
@@
-207,7
+207,7
@@
OPENSSL_ia32_cpuid:
mov \$0xefffe7ff,%eax # ~(1<<28|1<<12|1<<11)
and %eax,%r9d # clear AVX, FMA and AMD XOP bits
mov \$0x3fdeffdf,%eax # ~(1<<31|1<<30|1<<21|1<<16|1<<5)
- and %eax,8(%rdi) # clea
x
AVX2 and AVX512* bits
+ and %eax,8(%rdi) # clea
r
AVX2 and AVX512* bits
.Ldone:
shl \$32,%r9
mov %r10d,%eax