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:
@@ -61,7 +61,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*
|
||||
@@ -76,7 +76,7 @@ template<> struct ei_packet_traits<int> : ei_default_packet_traits
|
||||
{
|
||||
typedef Packet4i type;
|
||||
enum {
|
||||
IsVectorized = 1,
|
||||
Vectorizable = 1,
|
||||
size=4
|
||||
// FIXME check the Has*
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user