mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Vectorize atanh<double>. Make atanh(x) standard compliant for |x| >= 1.
This commit is contained in:
@@ -220,6 +220,7 @@ struct packet_traits<double> : default_packet_traits {
|
||||
HasSqrt = 1,
|
||||
HasRsqrt = 1,
|
||||
HasATan = 1,
|
||||
HasATanh = 1,
|
||||
HasBlend = 1
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user