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

Unified Diff: third_party/boringssl/win-x86_64/crypto/cpu-x86_64-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_64/crypto/cpu-x86_64-asm.asm
diff --git a/third_party/boringssl/win-x86_64/crypto/cpu-x86_64-asm.asm b/third_party/boringssl/win-x86_64/crypto/cpu-x86_64-asm.asm
index a52e68b69b34a265fe6eda02838a8fd85c6f5f59..c92d7bbc1f778c679b9381354e2d8f21e9ec8c06 100644
--- a/third_party/boringssl/win-x86_64/crypto/cpu-x86_64-asm.asm
+++ b/third_party/boringssl/win-x86_64/crypto/cpu-x86_64-asm.asm
@@ -114,10 +114,6 @@ $L$nocacheinfo:
cmp r9d,0
jne NEAR $L$notintel
or edx,0x40000000
- and ah,15
- cmp ah,15
- jne NEAR $L$notintel
- or edx,0x00100000
$L$notintel:
bt edx,28
jnc NEAR $L$generic
« no previous file with comments | « third_party/boringssl/win-x86/crypto/cpu-x86-asm.asm ('k') | third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698