mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
scalars fitting in a single packet requires more work, step 1
* add a, Alignable trait * update LinearVectorization assignment
This commit is contained in:
@@ -84,7 +84,8 @@ template<typename T> struct ei_packet_traits : ei_default_packet_traits
|
||||
typedef T type;
|
||||
enum {
|
||||
Vectorizable = 0,
|
||||
size = 1
|
||||
size = 1,
|
||||
AlignedOnScalar = 0
|
||||
};
|
||||
enum {
|
||||
HasAdd = 0,
|
||||
|
||||
Reference in New Issue
Block a user