VEX/priv/guest_x86_helpers.c: Add popcnt to the
current "max" cpuid helper ssse3 just
unconditionally as a followup to bug 271615.
https://bugs.kde.org/show_bug.cgi?id=520482
519574 valgrind 3.27 "--fair-sched=yes" does not work
519613 Valgrind incorrectly unpacks the result of sys_port (port_getn)
on error, leading to a ~60s wallclock time delay on every call
+520482 Advertise POPCNT on x86 via CPUID
To see details of a given bug, visit
https://bugs.kde.org/show_bug.cgi?id=XXXXXX
SET_ABCD(0x0000000a, 0x756e6547, 0x6c65746e, 0x49656e69);
break;
case 0x00000001:
- SET_ABCD(0x000006f6, 0x00020800, 0x0000e3bd, 0xbfebfbff);
+ SET_ABCD(0x000006f6, 0x00020800, 0x0080e3bd, 0xbfebfbff);
break;
case 0x00000002:
SET_ABCD(0x05b0b101, 0x005657f0, 0x00000000, 0x2cb43049);