s/IsVectorized/Vectorizable

This commit is contained in:
Gael Guennebaud
2010-07-07 11:10:46 +02:00
parent 74cf12cbe0
commit b0896382a3
8 changed files with 19 additions and 19 deletions

View File

@@ -492,7 +492,7 @@ struct ei_scalar_constant_op {
template<typename Scalar>
struct ei_functor_traits<ei_scalar_constant_op<Scalar> >
// FIXME replace this packet test by a safe one
{ enum { Cost = 1, PacketAccess = ei_packet_traits<Scalar>::IsVectorized, IsRepeatable = true }; };
{ enum { Cost = 1, PacketAccess = ei_packet_traits<Scalar>::Vectorizable, IsRepeatable = true }; };
template<typename Scalar> struct ei_scalar_identity_op {
EIGEN_EMPTY_STRUCT_CTOR(ei_scalar_identity_op)