diff --git a/src/libcore/ssemath.cpp b/src/libcore/ssemath.cpp index 83a11a2b..b1cc466d 100644 --- a/src/libcore/ssemath.cpp +++ b/src/libcore/ssemath.cpp @@ -16,6 +16,12 @@ along with this program. If not, see . */ +#if defined(__GXX_EXPERIMENTAL_CXX0X__) + /* Needed to prevent a segmentation fault in the Intel C++ + compiler on Linux (as of Nov 2012) */ + #undef __GXX_EXPERIMENTAL_CXX0X__ +#endif + #if MTS_SSE #include #include