VirtualBox

Changeset 14746

Show
Ignore:
Timestamp:
11/27/08 22:47:40 (1 month ago)
Author:
vboxsync
Message:

enable SSE3 emulation for new recompiler

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/CPUM.cpp

    r14411 r14746  
    310310                                       //| X86_CPUID_FEATURE_EDX_PBE   - no pneding break enabled. 
    311311                                       | 0; 
    312     pCPUM->aGuestCpuIdStd[1].ecx      &= 0//X86_CPUID_FEATURE_ECX_SSE3 - not supported by the recompiler yet. 
     312    pCPUM->aGuestCpuIdStd[1].ecx      &= 0 
     313#ifdef VBOX_WITH_NEW_RECOMPILER 
     314                                       | X86_CPUID_FEATURE_ECX_SSE3 
     315#endif 
    313316                                       | X86_CPUID_FEATURE_ECX_MONITOR 
    314317                                       //| X86_CPUID_FEATURE_ECX_CPLDS - no CPL qualified debug store. 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy