From 883219041fb070be4f7bf4e4fc8c1eb475cea34d Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Thu, 5 May 2011 18:48:18 +0200 Subject: better fix for gcc 4.6.0 / ptrdiff_t, as suggested by Benoit --- Eigen/src/Core/arch/AltiVec/Complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/arch/AltiVec/Complex.h') diff --git a/Eigen/src/Core/arch/AltiVec/Complex.h b/Eigen/src/Core/arch/AltiVec/Complex.h index 5d16c9430..f8adf1b63 100644 --- a/Eigen/src/Core/arch/AltiVec/Complex.h +++ b/Eigen/src/Core/arch/AltiVec/Complex.h @@ -70,7 +70,7 @@ template<> EIGEN_STRONG_INLINE Packet2cf pset1(const std::complex((const float *)&from); else res.v = ploadu((const float *)&from); -- cgit v1.2.3