diff --git a/test/packetmath.cpp b/test/packetmath.cpp index 330848c3d..74ac435cf 100644 --- a/test/packetmath.cpp +++ b/test/packetmath.cpp @@ -16,12 +16,6 @@ #endif // using namespace Eigen; -#ifdef EIGEN_VECTORIZE_SSE -const bool g_vectorize_sse = true; -#else -const bool g_vectorize_sse = false; -#endif - namespace Eigen { namespace internal { template T negate(const T& x) { return -x; }