correct configure checks
This commit is contained in:
parent
654ad2db94
commit
6941b82357
@ -22,6 +22,8 @@
|
||||
--enable-mmx \
|
||||
--enable-fpu \
|
||||
--enable-sse=2 \
|
||||
--enable-pni \
|
||||
--enable-3dnow \
|
||||
--enable-x86-debugger \
|
||||
--enable-cdrom \
|
||||
--enable-sb16=linux \
|
||||
|
@ -781,7 +781,7 @@ typedef
|
||||
#error SSE is only supported with CPU_LEVEL >= 6
|
||||
#endif
|
||||
|
||||
#if (BX_SUPPORT_PNI && BX_SUPPORT_SSE <= 1)
|
||||
#if (BX_SUPPORT_PNI && BX_SUPPORT_SSE <= 2)
|
||||
#error "PNI cannot be compiled without SSE/SSE2 support"
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user