Commit d84df594 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

crypto/x86_64cpuid.pl: fix typo in Knights Landing detection.



Thanks to David Benjamin for spotting this!

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4009)
parent 18437871
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ OPENSSL_ia32_cpuid:
.LnotP4:
	cmp	\$6,%ah
	jne	.Lnotintel
	and	\$0x0ffff0f0,%eax
	and	\$0x0fff0ff0,%eax
	cmp	\$0x00050670,%eax	# Knights Landing
	je	.Lknights
	cmp	\$0x00080650,%eax	# Knights Mill (according to sde)