]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x86_64cpuid.pl
Dual 1024-bit exponentiation optimization for Intel IceLake CPU
[thirdparty/openssl.git] / crypto / x86_64cpuid.pl
index d3e2b9145ad7bb6a6235be95a33e530a197f03a1..9f7a1b092f7921581740a4584454ebb6e67a226c 100644 (file)
@@ -215,7 +215,7 @@ OPENSSL_ia32_cpuid:
        cmp     \$0xe6,%eax
        je      .Ldone
        andl    \$0x3fdeffff,8(%rdi)    # ~(1<<31|1<<30|1<<21|1<<16)
-                                       # clear AVX512F+BW+VL+FIMA, all of
+                                       # clear AVX512F+BW+VL+IFMA, all of
                                        # them are EVEX-encoded, which requires
                                        # ZMM state support even if one uses
                                        # only XMM and YMM :-(