VirtualBox

Changeset 14746 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 27, 2008 9:47:40 PM (16 years ago)
Author:
vboxsync
Message:

enable SSE3 emulation for new recompiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette