add prepareSSE for SSE2 only. SSE2 only not allowed by configure script but for debug issues it may be useful to enable SSE2 only ...
This commit is contained in:
parent
6cd078b777
commit
82c879717c
@ -24,7 +24,7 @@
|
||||
#include "bochs.h"
|
||||
#define LOG_THIS BX_CPU_THIS_PTR
|
||||
|
||||
#if BX_SUPPORT_SSE
|
||||
#if BX_SUPPORT_SSE || BX_SUPPORT_SSE2
|
||||
|
||||
void BX_CPU_C::prepareSSE(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user