diff --git a/FDTD/engine_multithread.cpp b/FDTD/engine_multithread.cpp index 7370198..7ebe0d7 100644 --- a/FDTD/engine_multithread.cpp +++ b/FDTD/engine_multithread.cpp @@ -32,7 +32,10 @@ #include "boost/date_time/posix_time/posix_time.hpp" #include "boost/date_time/gregorian/gregorian.hpp" #include + +#ifndef SSE_CORRECT_DENORMALS #include +#endif //! \brief construct an Engine_Multithread instance //! it's the responsibility of the caller to free the returned pointer diff --git a/FDTD/engine_sse.cpp b/FDTD/engine_sse.cpp index 660e6d6..2e06685 100644 --- a/FDTD/engine_sse.cpp +++ b/FDTD/engine_sse.cpp @@ -15,7 +15,10 @@ * along with this program. If not, see . */ +#ifndef SSE_CORRECT_DENORMALS #include +#endif + #include "engine_sse.h" //! \brief construct an Engine_sse instance