This commit is contained in:
Gael Guennebaud
2010-02-23 18:24:15 +01:00
parent 68eaefa5d4
commit 022e2f5ef4
3 changed files with 5 additions and 5 deletions

View File

@@ -232,7 +232,7 @@ inline static Integer ei_first_aligned(const Scalar* array, Integer size)
enum { PacketSize = ei_packet_traits<Scalar>::size,
PacketAlignedMask = PacketSize-1
};
if(PacketSize==1)
{
// Either there is no vectorization, or a packet consists of exactly 1 scalar so that all elements