aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AVX/Complex.h
diff options
context:
space:
mode:
authorGravatar Joel Holdsworth <joel@airwebreathe.org.uk>2020-03-26 20:18:19 +0000
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2020-03-26 20:18:19 +0000
commit52d54278beefee8b2f19dcca4fd900916154e174 (patch)
tree8a584a2bb27450b0e2af2ed102473ba265b7aa00 /Eigen/src/Core/arch/AVX/Complex.h
parentdeb93ed1bf359ac99923e3a2b90a2920b1101290 (diff)
Additional NEON packet-math operations
Diffstat (limited to 'Eigen/src/Core/arch/AVX/Complex.h')
-rw-r--r--Eigen/src/Core/arch/AVX/Complex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Eigen/src/Core/arch/AVX/Complex.h b/Eigen/src/Core/arch/AVX/Complex.h
index f97efd471..4a80bae05 100644
--- a/Eigen/src/Core/arch/AVX/Complex.h
+++ b/Eigen/src/Core/arch/AVX/Complex.h
@@ -42,7 +42,8 @@ template<> struct packet_traits<std::complex<float> > : default_packet_traits
HasAbs2 = 0,
HasMin = 0,
HasMax = 0,
- HasSetLinear = 0
+ HasSetLinear = 0,
+ HasInsert = 1
};
};
#endif