mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixes for fixed sizes and non vectorizable types
This commit is contained in:
@@ -101,6 +101,7 @@ template<typename T> struct packet_traits;
|
||||
template<typename T> struct unpacket_traits
|
||||
{
|
||||
typedef T type;
|
||||
typedef T half;
|
||||
enum {size=1};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user