Misc improvements and cleanups

This commit is contained in:
Benoit Steiner
2014-10-13 17:02:09 -07:00
parent 4c70b0a762
commit 99d75235a9
29 changed files with 779 additions and 140 deletions

View File

@@ -97,7 +97,7 @@ struct TensorEvaluator<const TensorShufflingOp<Shuffle, ArgType>, Device>
typedef typename XprType::Scalar Scalar;
enum {
IsAligned = true,
IsAligned = false,
PacketAccess = (internal::packet_traits<Scalar>::size > 1),
};
@@ -194,7 +194,7 @@ struct TensorEvaluator<TensorShufflingOp<Shuffle, ArgType>, Device>
typedef typename XprType::Scalar Scalar;
enum {
IsAligned = true,
IsAligned = false,
PacketAccess = (internal::packet_traits<Scalar>::size > 1),
};