Debugger: Make manual test more flexible for SSE types

Change-Id: I12346d0aa29d7ad7e3c54ff6ba5e2d405c1fdaa8
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-05-13 17:38:46 +02:00
parent 8053debad6
commit 9d1de91db7
@@ -225,9 +225,14 @@ void dummyStatement(...) {}
#undef max
#endif
#ifdef __SSE__
#if USE_SSE && !defined(__SSE__)
#undef USE_SSE
#endif
#if USE_SSE
#include <xmmintrin.h>
#include <stddef.h>
#else
#endif
#if USE_AUTOBREAK
@@ -5566,7 +5571,7 @@ namespace sse {
void testSSE()
{
#ifdef __SSE__
#if USE_SSE
float a[4];
float b[4];
int i;