Fixed defaults for SSE option
This commit is contained in:
parent
fd0f428263
commit
3e1db66bc0
@ -148,7 +148,7 @@ cpu: count=1, ips=50000000, reset_on_triple_fault=1, ignore_bad_msrs=1, msrs="ms
|
|||||||
#
|
#
|
||||||
# SSE:
|
# SSE:
|
||||||
# Select SSE instruction set support.
|
# Select SSE instruction set support.
|
||||||
# Any of SSE/SSE2/SSE3/SSSE3/SSE4_1/SSE4_2 could be selected.
|
# Any of NONE/SSE/SSE2/SSE3/SSSE3/SSE4_1/SSE4_2 could be selected.
|
||||||
# This option exists only if Bochs compiled with BX_CPU_LEVEL >= 6.
|
# This option exists only if Bochs compiled with BX_CPU_LEVEL >= 6.
|
||||||
#
|
#
|
||||||
# AES:
|
# AES:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////
|
||||||
// $Id: config.cc,v 1.196 2010-02-26 22:53:43 sshwarts Exp $
|
// $Id: config.cc,v 1.197 2010-02-28 06:22:24 sshwarts Exp $
|
||||||
/////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright (C) 2002-2009 The Bochs Project
|
// Copyright (C) 2002-2009 The Bochs Project
|
||||||
@ -393,7 +393,7 @@ void bx_init_options()
|
|||||||
"sse", "Support for SSE instruction set",
|
"sse", "Support for SSE instruction set",
|
||||||
"Support for SSE/SSE2/SSE3/SSSE3/SSE4_1/SSE4_2 instruction set",
|
"Support for SSE/SSE2/SSE3/SSSE3/SSE4_1/SSE4_2 instruction set",
|
||||||
sse_names,
|
sse_names,
|
||||||
BX_CPUID_SUPPORT_SSE2,
|
BX_SUPPORT_XAPIC ? BX_CPUID_SUPPORT_SSE2 : BX_CPUID_SUPPORT_SSE,
|
||||||
BX_CPUID_SUPPORT_NOSSE);
|
BX_CPUID_SUPPORT_NOSSE);
|
||||||
new bx_param_bool_c(cpuid_param,
|
new bx_param_bool_c(cpuid_param,
|
||||||
"movbe", "Support for MOVBE instruction",
|
"movbe", "Support for MOVBE instruction",
|
||||||
|
Loading…
Reference in New Issue
Block a user