Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Unified Diff: third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S

Issue 952293002: Roll BoringSSL b180ee9..09bdb2a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll a little further Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S
diff --git a/third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S b/third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S
index c6642429188ec143d43b5744e945c9dee1ce503c..9eef154e9e7eb2809556231b112d54dbd3348496 100644
--- a/third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S
+++ b/third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S
@@ -104,10 +104,6 @@ OPENSSL_ia32_cpuid:
cmpl $0,%r9d
jne .Lnotintel
orl $1073741824,%edx
- andb $15,%ah
- cmpb $15,%ah
- jne .Lnotintel
- orl $1048576,%edx
.Lnotintel:
btl $28,%edx
jnc .Lgeneric
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/cpu-x86-asm.S ('k') | third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698