From 6fe88a3c9db27c00a3817e391cf70116451bf046 Mon Sep 17 00:00:00 2001 From: Everton Constantino Date: Wed, 20 May 2020 14:01:02 -0300 Subject: MatrixProuct enhancements: - Changes to Altivec/MatrixProduct Adapting code to gcc 10. Generic code style and performance enhancements. Adding PanelMode support. Adding stride/offset support. Enabling float64, std::complex and std::complex. Fixing lack of symm_pack. Enabling mixedtypes. - Adding std::complex tests to blasutil. - Adding an implementation of storePacketBlock when Incr!= 1. --- Eigen/Core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/Core') diff --git a/Eigen/Core b/Eigen/Core index f44b77831..7d1bdd6e8 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -335,7 +335,7 @@ using std::ptrdiff_t; #include "src/Core/CoreIterators.h" #include "src/Core/ConditionEstimator.h" -#if EIGEN_ARCH_PPC +#if defined(EIGEN_VECTORIZE_ALTIVEC) || defined(EIGEN_VECTORIZE_VSX) #include "src/Core/arch/AltiVec/MatrixProduct.h" #endif -- cgit v1.2.3