Re: [eigen] vectorization of complex |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
I am getting an error here, I was compiling with your branch before and no problem, but when compiling with the current dev branch (after your merge) I get:
In file included from eigen/Eigen/Geometry:51,
from eigen/Eigen/Dense:6,
from main.cpp:16:
eigen/Eigen/src/Geometry/arch/Geometry_SSE.h: In static member function ‘static Eigen::Quaternion<double> Eigen::ei_quat_product<1, Derived, OtherDerived, double, 1>::run(const Eigen::QuaternionBase<Derived>&, const Eigen::QuaternionBase<Derived1>&)’:
eigen/Eigen/src/Geometry/arch/Geometry_SSE.h:82: error: no matching function for call to ‘ei_pset1(const double&)’
eigen/Eigen/src/Geometry/arch/Geometry_SSE.h:83: error: no matching function for call to ‘ei_pset1(const double&)’
eigen/Eigen/src/Geometry/arch/Geometry_SSE.h:84: error: no matching function for call to ‘ei_pset1(const double&)’
eigen/Eigen/src/Geometry/arch/Geometry_SSE.h:85: error: no matching function for call to ‘ei_pset1(const double&)’
I guess there is something missing, but not sure. I am not using Geometry explicitly anywhere.ThanksOn Thu, Jul 22, 2010 at 4:03 PM, Gael Guennebaud <gael.guennebaud@xxxxxxxxx> wrote:
merge done.
as usual I expect some troubles on non linux/gcc platforms, we'll see.....
gael
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |