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

Unified Diff: third_party/boringssl/mac-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/mac-x86_64/crypto/cpu-x86_64-asm.S
diff --git a/third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S b/third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S
index faf4e2f537cfb02116f5301c4c5d7f6611bdf254..0dde04d8fcba7c1b058d373d73a5bda2ea2c1c7a 100644
--- a/third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S
+++ b/third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S
@@ -104,10 +104,6 @@ L$nocacheinfo:
cmpl $0,%r9d
jne L$notintel
orl $1073741824,%edx
- andb $15,%ah
- cmpb $15,%ah
- jne L$notintel
- orl $1048576,%edx
L$notintel:
btl $28,%edx
jnc L$generic
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/cpu-x86-asm.S ('k') | third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698