diff --git a/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.h b/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.h index b8e1ab604..73c6aa15b 100644 --- a/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.h +++ b/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.h @@ -1410,7 +1410,7 @@ EIGEN_ALWAYS_INLINE Packet pset_init(Packet& c1) template struct alpha_store { - alpha_store(ResScalar& alpha) { + alpha_store(ResScalar& alpha) { separate.r = pset1_complex(alpha); separate.i = pset1_complex(alpha); }