mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Vectorize pow for integer base / exponent types
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
8acbf5c11c
commit
e5af9f87f2
@@ -191,6 +191,7 @@ template<> struct packet_traits<int> : default_packet_traits
|
||||
enum {
|
||||
Vectorizable = 1,
|
||||
AlignedOnScalar = 1,
|
||||
HasCmp = 1,
|
||||
size=4,
|
||||
|
||||
HasShift = 1,
|
||||
|
||||
Reference in New Issue
Block a user