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