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

Unified Diff: third_party/boringssl/win-x86/crypto/cpu-x86-asm.asm

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/win-x86/crypto/cpu-x86-asm.asm
diff --git a/third_party/boringssl/win-x86/crypto/cpu-x86-asm.asm b/third_party/boringssl/win-x86/crypto/cpu-x86-asm.asm
index 22bae78599f03e3fce68bfb91a5e0163fa5137bd..df7993fa1717ba72614f10d29d7cfb83eb9ce197 100644
--- a/third_party/boringssl/win-x86/crypto/cpu-x86-asm.asm
+++ b/third_party/boringssl/win-x86/crypto/cpu-x86-asm.asm
@@ -112,10 +112,6 @@ L$004nocacheinfo:
cmp ebp,0
jne NEAR L$005notintel
or edx,1073741824
- and ah,15
- cmp ah,15
- jne NEAR L$005notintel
- or edx,1048576
L$005notintel:
bt edx,28
jnc NEAR L$002generic
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S ('k') | third_party/boringssl/win-x86_64/crypto/cpu-x86_64-asm.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698