mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Packet4ul does not have Abs2
This commit is contained in:
@@ -277,6 +277,7 @@ template<> struct packet_traits<uint64_t> : default_packet_traits
|
|||||||
HasNegate = 0,
|
HasNegate = 0,
|
||||||
HasSqrt = 0,
|
HasSqrt = 0,
|
||||||
HasMul = 0,
|
HasMul = 0,
|
||||||
|
HasAbs2 = 0,
|
||||||
HasCmp = 1,
|
HasCmp = 1,
|
||||||
HasShift = 1
|
HasShift = 1
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user