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:
1843787
)
crypto/x86_64cpuid.pl: fix typo in Knights Landing detection.
author
Andy Polyakov
<appro@openssl.org>
Mon, 24 Jul 2017 21:50:47 +0000
(23:50 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 25 Jul 2017 19:27:47 +0000
(21:27 +0200)
Thanks to David Benjamin for spotting this!
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4009)
crypto/x86_64cpuid.pl
patch
|
blob
|
history
diff --git
a/crypto/x86_64cpuid.pl
b/crypto/x86_64cpuid.pl
index a9f93bb2cf442d81a52dd630ce8d128db066c0f9..da6d4a232bbcd9a7608db54a50feb251854f9e5f 100644
(file)
--- a/
crypto/x86_64cpuid.pl
+++ b/
crypto/x86_64cpuid.pl
@@
-150,7
+150,7
@@
OPENSSL_ia32_cpuid:
.LnotP4:
cmp \$6,%ah
jne .Lnotintel
- and \$0x0fff
f0
f0,%eax
+ and \$0x0fff
0f
f0,%eax
cmp \$0x00050670,%eax # Knights Landing
je .Lknights
cmp \$0x00080650,%eax # Knights Mill (according to sde)