mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
s/IsVectorized/Vectorizable
This commit is contained in:
@@ -87,7 +87,7 @@ template<> struct ei_packet_traits<float> : ei_default_packet_traits
|
||||
{
|
||||
typedef Packet4f type;
|
||||
enum {
|
||||
IsVectorized = 1,
|
||||
Vectorizable = 1,
|
||||
size=4,
|
||||
|
||||
// FIXME check the Has*
|
||||
@@ -103,7 +103,7 @@ template<> struct ei_packet_traits<int> : ei_default_packet_traits
|
||||
typedef Packet4i type;
|
||||
enum {
|
||||
// FIXME check the Has*
|
||||
IsVectorized = 1,
|
||||
Vectorizable = 1,
|
||||
size=4
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user