mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-20 22:52:51 +08:00
Packet4ul does not have Abs2
This commit is contained in:
parent
03f646b7e3
commit
f6cf5dca80
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user