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:
parent
b41e0bf168
commit
0f6a3b8ef6
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ OPENSSL_ia32_cpuid:
|
||||||
|
|
||||||
xor %eax,%eax
|
xor %eax,%eax
|
||||||
mov %rax,8(%rdi) # clear extended feature flags
|
mov %rax,8(%rdi) # clear extended feature flags
|
||||||
mov %rax,16(%rdi)
|
|
||||||
cpuid
|
cpuid
|
||||||
mov %eax,%r11d # max value for standard query level
|
mov %eax,%r11d # max value for standard query level
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue