mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-16 01:18:26 +00:00
enable MMX for x86_64 too
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1220 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d3c617219b
commit
e5843bc816
@ -108,8 +108,8 @@ CPUX86State *cpu_x86_init(void)
|
|||||||
CPUID_CX8 | CPUID_PGE | CPUID_CMOV);
|
CPUID_CX8 | CPUID_PGE | CPUID_CMOV);
|
||||||
#ifdef TARGET_X86_64
|
#ifdef TARGET_X86_64
|
||||||
/* currently not enabled for std i386 because not fully tested */
|
/* currently not enabled for std i386 because not fully tested */
|
||||||
env->cpuid_features |= CPUID_APIC | CPUID_FXSR | CPUID_PAE |
|
env->cpuid_features |= CPUID_FXSR | CPUID_MMX | CPUID_SSE | CPUID_SSE2;
|
||||||
CPUID_SSE | CPUID_SSE2;
|
env->cpuid_features |= CPUID_APIC | CPUID_PAE;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
cpu_single_env = env;
|
cpu_single_env = env;
|
||||||
|
Loading…
Reference in New Issue
Block a user