diff options
-rw-r--r-- | target-i386/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c index 5a81cb2..550b348 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -211,7 +211,7 @@ static x86_def_t x86_defs[] = { .model = 3, .stepping = 3, .features = PPRO_FEATURES, - .ext_features = CPUID_EXT_SSE3, + .ext_features = CPUID_EXT_SSE3 | CPUID_EXT_SSSE3, .xlevel = 0, .model_id = "QEMU Virtual CPU version " QEMU_VERSION, }, |