mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
SSE3 support (Joachim Henke)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1839 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b854608e0c
commit
465e983875
5 changed files with 102 additions and 16 deletions
|
@ -108,7 +108,7 @@ CPUX86State *cpu_x86_init(void)
|
|||
CPUID_CX8 | CPUID_PGE | CPUID_CMOV |
|
||||
CPUID_PAT);
|
||||
env->pat = 0x0007040600070406ULL;
|
||||
env->cpuid_ext_features = 0;
|
||||
env->cpuid_ext_features = CPUID_EXT_SSE3;
|
||||
env->cpuid_features |= CPUID_FXSR | CPUID_MMX | CPUID_SSE | CPUID_SSE2 | CPUID_PAE | CPUID_SEP;
|
||||
env->cpuid_xlevel = 0;
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue