The branch OpenSSL_1_0_2-stable has been updated
       via  d33b35232931e36d83d8e7abe87069b3002727f9 (commit)
      from  777cf0fbd47e12a0ff3eadf2ee8af773b8138c12 (commit)


- Log -----------------------------------------------------------------
commit d33b35232931e36d83d8e7abe87069b3002727f9
Author: David Benjamin <[email protected]>
Date:   Wed Jul 26 12:30:27 2017 -0400

    Fix comment typo.
    
    Reviewed-by: Ben Kaduk <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/4023)
    
    (cherry picked from commit d67e755418b62fb451ec221c126c9935a06ea63b)

-----------------------------------------------------------------------

Summary of changes:
 crypto/x86_64cpuid.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/x86_64cpuid.pl b/crypto/x86_64cpuid.pl
index 240d361..ef3608b 100644
--- a/crypto/x86_64cpuid.pl
+++ b/crypto/x86_64cpuid.pl
@@ -190,7 +190,7 @@ OPENSSL_ia32_cpuid:
 .Lclear_avx:
        mov     \$0xefffe7ff,%eax       # ~(1<<28|1<<12|1<<11)
        and     %eax,%r9d               # clear AVX, FMA and AMD XOP bits
-       andl    \$0xffffffdf,8(%rdi)    # cleax AVX2, ~(1<<5)
+       andl    \$0xffffffdf,8(%rdi)    # clear AVX2, ~(1<<5)
 .Ldone:
        shl     \$32,%r9
        mov     %r10d,%eax
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to