Remove unnecessary flag clearance in crypto/x86_64cpuid.pl

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25751)
This commit is contained in:
Zhiguo Zhou 2025-01-20 14:39:48 +08:00
parent b41e0bf168
commit 0f6a3b8ef6

View file

@ -78,7 +78,6 @@ OPENSSL_ia32_cpuid:
xor %eax,%eax
mov %rax,8(%rdi) # clear extended feature flags
mov %rax,16(%rdi)
cpuid
mov %eax,%r11d # max value for standard query level