aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PacketMath.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-04-10 09:41:13 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-04-10 09:41:13 +0000
commitca448d2537cac67d77aac6db62de846bfcbc3022 (patch)
tree385fe31b9e12ceb6e55f9912b71691728aae2e65 /Eigen/src/Core/PacketMath.h
parent9d8876ce82c51f7898ddf73984fcfbb413ef851f (diff)
split those files in util/
some more renaming
Diffstat (limited to 'Eigen/src/Core/PacketMath.h')
-rw-r--r--Eigen/src/Core/PacketMath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/PacketMath.h b/Eigen/src/Core/PacketMath.h
index aab123533..3697f262e 100644
--- a/Eigen/src/Core/PacketMath.h
+++ b/Eigen/src/Core/PacketMath.h
@@ -25,7 +25,7 @@
#ifndef EIGEN_PACKET_MATH_H
#define EIGEN_PACKET_MATH_H
-#ifdef EIGEN_INTEL_PLATFORM
+#ifdef EIGEN_VECTORIZE_SSE
template<> struct ei_packet_traits<float> { typedef __m128 type; enum {size=4}; };
template<> struct ei_packet_traits<double> { typedef __m128d type; enum {size=2}; };