mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add vectorized implementation of tanh<double>
This commit is contained in:
@@ -5128,7 +5128,7 @@ struct packet_traits<double> : default_packet_traits {
|
||||
HasCos = EIGEN_FAST_MATH,
|
||||
HasSqrt = 1,
|
||||
HasRsqrt = 1,
|
||||
HasTanh = 0,
|
||||
HasTanh = EIGEN_FAST_MATH,
|
||||
HasErf = 0
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user