aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/packetmath_test_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/packetmath_test_shared.h')
-rw-r--r--test/packetmath_test_shared.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/packetmath_test_shared.h b/test/packetmath_test_shared.h
index de1a05508..04f719f96 100644
--- a/test/packetmath_test_shared.h
+++ b/test/packetmath_test_shared.h
@@ -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
-
bool g_first_pass = true;
namespace Eigen {