summaryrefslogtreecommitdiff
path: root/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
diff options
context:
space:
mode:
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