https://bugs.kde.org/show_bug.cgi?id=374596
--- Comment #19 from Paul Floyd <pjfl...@wanadoo.fr> --- Shouldn't this be something like else if ((archinfo->hwcaps & VEX_HWCAPS_AMD64_SSSE3) && (archinfo->hwcaps & VEX_HWCAPS_AMD64_CX16) (archinfo->hwcaps & VEX_HWCAPS_AMD64_RDTSCP)) { fName = "amd64g_dirtyhelper_CPUID_sse42_and_cx16"; fAddr = &amd64g_dirtyhelper_CPUID_sse42_and_cx16; } else if ((archinfo->hwcaps & VEX_HWCAPS_AMD64_SSSE3) && (archinfo->hwcaps & VEX_HWCAPS_AMD64_CX16)) { fName = "amd64g_dirtyhelper_CPUID_sse3_and_cx16"; fAddr = &amd64g_dirtyhelper_CPUID_sse3_and_cx16; } else { As it stands the patch drops sse3 && cx16 && !rdtscp from amd64g_dirtyhelper_CPUID_sse42_and_cx16 to baseline. -- You are receiving this mail because: You are watching all bug changes.