mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-22 22:06:22 +08:00
fix compilation on ARM NEON (missing AlignedOnScalar)
This commit is contained in:
parent
883219041f
commit
97b6d26f5b
@ -43,6 +43,7 @@ template<> struct packet_traits<std::complex<float> > : default_packet_traits
|
|||||||
typedef Packet2cf type;
|
typedef Packet2cf type;
|
||||||
enum {
|
enum {
|
||||||
Vectorizable = 1,
|
Vectorizable = 1,
|
||||||
|
AlignedOnScalar = 1,
|
||||||
size = 2,
|
size = 2,
|
||||||
|
|
||||||
HasAdd = 1,
|
HasAdd = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user