summaryrefslogtreecommitdiff
path: root/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
diff options
context:
space:
mode:
authorRobert Sloan <varomodt@google.com>2017-08-28 07:37:06 -0700
committerRobert Sloan <varomodt@google.com>2017-08-28 07:37:24 -0700
commit8f860b133896bf655e4342ecefe692d52df81d48 (patch)
treebfe5f02889bb1873876a95ccedb482ea46cb9a37 /win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
parent05e49fc79f61f4be37c1bb5bee2931524d1939c6 (diff)
downloadboringssl-8f860b133896bf655e4342ecefe692d52df81d48.tar.gz
external/boringssl: Sync to f21650709a6f76e829ddcc77fe221c9d6a5c12de.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/348f0d8db9c2a0eca0503ba654020209c579d552..f21650709a6f76e829ddcc77fe221c9d6a5c12de Test: BoringSSL CTS Presubmits. Change-Id: Ie6e99c3315c552068b5ea57e31b1af7ff94f9b0f
Diffstat (limited to 'win-x86_64/crypto/fipsmodule/rsaz-avx2.asm')
-rw-r--r--win-x86_64/crypto/fipsmodule/rsaz-avx2.asm5
1 files changed, 0 insertions, 5 deletions
diff --git a/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm b/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
index 05b562e2..a06e6f6c 100644
--- a/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
+++ b/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
@@ -1816,11 +1816,6 @@ ALIGN 32
rsaz_avx2_eligible:
lea rax,[OPENSSL_ia32cap_P]
mov eax,DWORD[8+rax]
- mov ecx,524544
- mov edx,0
- and ecx,eax
- cmp ecx,524544
- cmove eax,edx
and eax,32
shr eax,5
DB 0F3h,0C3h ;repret