scalars fitting in a single packet requires more work, step 1

* add a, Alignable trait
* update LinearVectorization assignment
This commit is contained in:
Gael Guennebaud
2010-07-08 14:27:47 +02:00
parent 2a1500915a
commit 300a226ffa
6 changed files with 18 additions and 3 deletions

View File

@@ -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,