From 3368ac6c6934af3d7c16b05727084b4e08d07497 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen <4643818-rmlarsen1@users.noreply.gitlab.com> Date: Thu, 6 Nov 2025 23:12:54 +0000 Subject: [PATCH] Don't set platform-specific vectorization macros for generic backend. See merge request libeigen/eigen!2065 Co-authored-by: Rasmus Munk Larsen --- Eigen/src/Core/util/ConfigureVectorization.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/util/ConfigureVectorization.h b/Eigen/src/Core/util/ConfigureVectorization.h index ae8aed9e8..26d2bcae2 100644 --- a/Eigen/src/Core/util/ConfigureVectorization.h +++ b/Eigen/src/Core/util/ConfigureVectorization.h @@ -212,7 +212,7 @@ #endif #endif -#if !(defined(EIGEN_DONT_VECTORIZE) || defined(EIGEN_GPUCC)) +#if !(defined(EIGEN_DONT_VECTORIZE) || defined(EIGEN_GPUCC) || defined(EIGEN_VECTORIZE_GENERIC)) #if defined(EIGEN_SSE2_ON_NON_MSVC) || defined(EIGEN_SSE2_ON_MSVC_2008_OR_LATER)