aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON/Complex.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-03-28 10:18:04 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-03-28 10:18:04 +0100
commit10aa14592a179931ad605bce44a64b31a79ce007 (patch)
tree2ec0fa8b6cb5690e6877dafb0b13b77f9297092f /Eigen/src/Core/arch/NEON/Complex.h
parent8d2bb2c20d8b5de9687afa9bde0a866b1c5b9c6d (diff)
Add a mechanism to recursively access to half-size packet types
Diffstat (limited to 'Eigen/src/Core/arch/NEON/Complex.h')
-rw-r--r--Eigen/src/Core/arch/NEON/Complex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/arch/NEON/Complex.h b/Eigen/src/Core/arch/NEON/Complex.h
index 8d9255eef..e49c1a873 100644
--- a/Eigen/src/Core/arch/NEON/Complex.h
+++ b/Eigen/src/Core/arch/NEON/Complex.h
@@ -28,6 +28,7 @@ struct Packet2cf
template<> struct packet_traits<std::complex<float> > : default_packet_traits
{
typedef Packet2cf type;
+ typedef Packet2cf half;
enum {
Vectorizable = 1,
AlignedOnScalar = 1,