diff options
-rw-r--r-- | src/lib/libcrypto/x86_64cpuid.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/x86_64cpuid.pl b/src/lib/libcrypto/x86_64cpuid.pl index 2780b0f8ce..1b67d1110f 100644 --- a/src/lib/libcrypto/x86_64cpuid.pl +++ b/src/lib/libcrypto/x86_64cpuid.pl | |||
@@ -66,6 +66,7 @@ OPENSSL_ia32_cpuid: | |||
66 | mov %eax,%r10d | 66 | mov %eax,%r10d |
67 | mov \$0x80000001,%eax | 67 | mov \$0x80000001,%eax |
68 | cpuid | 68 | cpuid |
69 | or %ecx,%r9d | ||
69 | and \$IA32CAP_MASK1_AMD_XOP,%r9d # isolate AMD XOP bit | 70 | and \$IA32CAP_MASK1_AMD_XOP,%r9d # isolate AMD XOP bit |
70 | or \$1,%r9d # make sure %r9d is not zero | 71 | or \$1,%r9d # make sure %r9d is not zero |
71 | 72 | ||