mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Added vectorized implementation of the exponential function for ARM/NEON
This commit is contained in:
@@ -88,7 +88,7 @@ template<> struct packet_traits<float> : default_packet_traits
|
||||
HasSin = 0,
|
||||
HasCos = 0,
|
||||
HasLog = 0,
|
||||
HasExp = 0,
|
||||
HasExp = 1,
|
||||
HasSqrt = 0
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user