mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-13 01:43:13 +08:00
Switching unpacket_traits<Packet4i> to vectorizable=true.
This commit is contained in:
parent
42838c28b8
commit
5a8b97b401
@ -190,7 +190,7 @@ template<> struct unpacket_traits<Packet4i>
|
|||||||
{
|
{
|
||||||
typedef int type;
|
typedef int type;
|
||||||
typedef Packet4i half;
|
typedef Packet4i half;
|
||||||
enum {size=4, alignment=Aligned16, vectorizable=false, masked_load_available=false, masked_store_available=false};
|
enum {size=4, alignment=Aligned16, vectorizable=true, masked_load_available=false, masked_store_available=false};
|
||||||
};
|
};
|
||||||
|
|
||||||
inline std::ostream & operator <<(std::ostream & s, const Packet16uc & v)
|
inline std::ostream & operator <<(std::ostream & s, const Packet16uc & v)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user