diff options
author | David Benjamin <davidben@google.com> | 2017-07-26 18:30:27 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-07-27 05:10:52 +0200 |
commit | d67e755418b62fb451ec221c126c9935a06ea63b (patch) | |
tree | cce167d98bd0646359288167ac400857a7c3e29c /crypto/x86_64cpuid.pl | |
parent | Various doc fixes. (diff) | |
download | openssl-d67e755418b62fb451ec221c126c9935a06ea63b.tar.xz openssl-d67e755418b62fb451ec221c126c9935a06ea63b.zip |
Fix comment typo.
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4023)
Diffstat (limited to '')
-rw-r--r-- | crypto/x86_64cpuid.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x86_64cpuid.pl b/crypto/x86_64cpuid.pl index da6d4a232b..f228c24ba1 100644 --- a/crypto/x86_64cpuid.pl +++ b/crypto/x86_64cpuid.pl @@ -207,7 +207,7 @@ OPENSSL_ia32_cpuid: mov \$0xefffe7ff,%eax # ~(1<<28|1<<12|1<<11) and %eax,%r9d # clear AVX, FMA and AMD XOP bits mov \$0x3fdeffdf,%eax # ~(1<<31|1<<30|1<<21|1<<16|1<<5) - and %eax,8(%rdi) # cleax AVX2 and AVX512* bits + and %eax,8(%rdi) # clear AVX2 and AVX512* bits .Ldone: shl \$32,%r9 mov %r10d,%eax |