aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/SSE/Complex.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-07-07 11:10:46 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-07-07 11:10:46 +0200
commitb0896382a3d9d7ab31dee8a6c8c8256fd13a14e2 (patch)
tree151f7f2c6150c23ac88f96f1e465bd1fcaae9e19 /Eigen/src/Core/arch/SSE/Complex.h
parent74cf12cbe0949852197260dc8dcdd0da61f09736 (diff)
s/IsVectorized/Vectorizable
Diffstat (limited to 'Eigen/src/Core/arch/SSE/Complex.h')
-rw-r--r--Eigen/src/Core/arch/SSE/Complex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/Core/arch/SSE/Complex.h b/Eigen/src/Core/arch/SSE/Complex.h
index 54c0ccbec..6833dee0b 100644
--- a/Eigen/src/Core/arch/SSE/Complex.h
+++ b/Eigen/src/Core/arch/SSE/Complex.h
@@ -37,7 +37,7 @@ template<> struct ei_packet_traits<std::complex<float> > : ei_default_packet_tr
{
typedef Packet2cf type;
enum {
- IsVectorized = 1,
+ Vectorizable = 1,
size = 2,
HasAdd = 1,
@@ -210,7 +210,7 @@ template<> struct ei_packet_traits<std::complex<double> > : ei_default_packet_t
{
typedef Packet1cd type;
enum {
- IsVectorized = 1,
+ Vectorizable = 1,
size = 1,
HasAdd = 1,