mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix psign for unsigned integer types, such as bool.
This commit is contained in:
@@ -218,7 +218,6 @@ template<> struct packet_traits<bool> : default_packet_traits
|
||||
HasMin = 0,
|
||||
HasMax = 0,
|
||||
HasConj = 0,
|
||||
HasSign = 0,
|
||||
HasSqrt = 1
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user