diff options
Diffstat (limited to 'math/clp/files/patch-Clp_src_ClpSimplexDual.cpp')
-rw-r--r-- | math/clp/files/patch-Clp_src_ClpSimplexDual.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp b/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp new file mode 100644 index 000000000000..5f88f8b7db6d --- /dev/null +++ b/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp @@ -0,0 +1,11 @@ +--- Clp/src/ClpSimplexDual.cpp.orig 2019-12-29 17:45:58 UTC ++++ Clp/src/ClpSimplexDual.cpp +@@ -3559,7 +3559,7 @@ void moveAndZero(clpTempInfo *info, int type, void *ex + #elif defined(__arm__) + #include <arm_neon.h> + #else +-#include <immintrin.h> ++//#include <immintrin.h> + //#include <fmaintrin.h> + #endif + int ClpSimplexDual::dualColumn0(const CoinIndexedVector *rowArray, |