mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-20 11:56:17 +08:00
remove trailing comma
This commit is contained in:
parent
33669348c4
commit
2fc3b484d7
@ -100,7 +100,7 @@ template<> struct packet_traits<int> : default_packet_traits
|
|||||||
Vectorizable = 1,
|
Vectorizable = 1,
|
||||||
AlignedOnScalar = 1,
|
AlignedOnScalar = 1,
|
||||||
size=4,
|
size=4,
|
||||||
HasHalfPacket=0, // Packet2i intrinsics not implemented yet
|
HasHalfPacket=0 // Packet2i intrinsics not implemented yet
|
||||||
// FIXME check the Has*
|
// FIXME check the Has*
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user