mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-22 22:06:22 +08:00
SSE Packet4ui has pcmp, pmin, pmax
This commit is contained in:
parent
0b51f763cb
commit
c9a14f48d9
@ -227,17 +227,9 @@ template<> struct packet_traits<uint32_t> : default_packet_traits
|
||||
HasDiv = 0,
|
||||
HasNegate = 0,
|
||||
HasSqrt = 0,
|
||||
|
||||
#ifdef EIGEN_VECTORIZE_SSE4_1
|
||||
HasCmp = 1,
|
||||
HasMin = 1,
|
||||
HasMax = 1,
|
||||
#else
|
||||
HasCmp = 0,
|
||||
HasMin = 0,
|
||||
HasMax = 0,
|
||||
#endif
|
||||
|
||||
HasShift = 1,
|
||||
HasBlend = 1
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user