]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove unnecessary flag clearance in crypto/x86_64cpuid.pl
authorZhiguo Zhou <zhiguo.zhou@intel.com>
Mon, 20 Jan 2025 06:39:48 +0000 (14:39 +0800)
committerZhiguo Zhou <zhiguo.zhou@intel.com>
Mon, 10 Feb 2025 07:14:33 +0000 (15:14 +0800)
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)

crypto/x86_64cpuid.pl

index 46a6a1ca167aea4800107d62ae26633a9f30baae..f0eb8510ed2e916b1190b08dbb8afdcb9cc3cfe1 100644 (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