mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix conflicts and merge
This commit is contained in:
@@ -184,7 +184,8 @@ template<typename T> struct unpacket_traits
|
||||
enum
|
||||
{
|
||||
size = 1,
|
||||
alignment = 1
|
||||
alignment = 1,
|
||||
vectorizable = false
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user