target-i386: Enable SSSE3 TCG support
SSSE3 support has been added to TCG more than 4 years ago in commit4242b1bd8a. It has been disabled by mistake in commit551a2dec8f. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
		
							parent
							
								
									80ae416058
								
							
						
					
					
						commit
						a0a7068104
					
				| 
						 | 
				
			
			@ -315,7 +315,7 @@ typedef struct x86_def_t {
 | 
			
		|||
          /* missing:
 | 
			
		||||
          CPUID_VME, CPUID_DTS, CPUID_SS, CPUID_HT, CPUID_TM, CPUID_PBE */
 | 
			
		||||
#define TCG_EXT_FEATURES (CPUID_EXT_SSE3 | CPUID_EXT_MONITOR | \
 | 
			
		||||
          CPUID_EXT_CX16 | CPUID_EXT_POPCNT | \
 | 
			
		||||
          CPUID_EXT_SSSE3 | CPUID_EXT_CX16 | CPUID_EXT_POPCNT | \
 | 
			
		||||
          CPUID_EXT_HYPERVISOR)
 | 
			
		||||
          /* missing:
 | 
			
		||||
          CPUID_EXT_DTES64, CPUID_EXT_DSCPL, CPUID_EXT_VMX, CPUID_EXT_EST,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue