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:
@@ -83,7 +83,7 @@ template<typename T> struct ei_packet_traits : ei_default_packet_traits
|
||||
{
|
||||
typedef T type;
|
||||
enum {
|
||||
IsVectorized = 0,
|
||||
Vectorizable = 0,
|
||||
size = 1
|
||||
};
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user