diff --git a/bochs/cpu/sse.cc b/bochs/cpu/sse.cc index 0913c9a2f..b6fca745a 100644 --- a/bochs/cpu/sse.cc +++ b/bochs/cpu/sse.cc @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2002 Stanislav Shwartsman +// Copyright (c) 2003 Stanislav Shwartsman // Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or diff --git a/bochs/cpu/sse_move.cc b/bochs/cpu/sse_move.cc index 6a42f6750..a4facb61a 100644 --- a/bochs/cpu/sse_move.cc +++ b/bochs/cpu/sse_move.cc @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2002 Stanislav Shwartsman +// Copyright (c) 2003 Stanislav Shwartsman // Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or diff --git a/bochs/cpu/sse_pfp.cc b/bochs/cpu/sse_pfp.cc index 4a24b455f..de37728fb 100644 --- a/bochs/cpu/sse_pfp.cc +++ b/bochs/cpu/sse_pfp.cc @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2002 Stanislav Shwartsman +// Copyright (c) 2003 Stanislav Shwartsman // Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or @@ -22,11 +22,10 @@ #include "bochs.h" #define LOG_THIS BX_CPU_THIS_PTR -#include "softfloat.h" - - #if BX_SUPPORT_SSE +#include "softfloat.h" + void BX_CPU_C::check_exceptionsSSE(int exceptions_flags) { int unmasked = ~(MXCSR.get_exceptions_masks()) & exceptions_flags; diff --git a/bochs/cpu/sse_rcp.cc b/bochs/cpu/sse_rcp.cc index 63ce2eb75..52d832c7f 100755 --- a/bochs/cpu/sse_rcp.cc +++ b/bochs/cpu/sse_rcp.cc @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2002 Stanislav Shwartsman +// Copyright (c) 2003 Stanislav Shwartsman // Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or @@ -22,12 +22,11 @@ #include "bochs.h" #define LOG_THIS BX_CPU_THIS_PTR +#if BX_SUPPORT_SSE + #include "softfloat.h" #include "softfloat-specialize.h" - -#if BX_SUPPORT_SSE - BX_CPP_INLINE Float32 convert_to_QNaN(Float32 op) { return op | 0x00400000; diff --git a/bochs/cpu/xmm.h b/bochs/cpu/xmm.h index d8d0da89c..3b6470965 100644 --- a/bochs/cpu/xmm.h +++ b/bochs/cpu/xmm.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2002 Stanislav Shwartsman +// Copyright (c) 2003 Stanislav Shwartsman // Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or