Vectorize atanh<double>. Make atanh(x) standard compliant for |x| >= 1.

This commit is contained in:
Rasmus Munk Larsen
2024-08-30 17:27:55 +00:00
parent 26e2c4f617
commit bbdabebf44
8 changed files with 64 additions and 3 deletions

View File

@@ -220,6 +220,7 @@ struct packet_traits<double> : default_packet_traits {
HasSqrt = 1,
HasRsqrt = 1,
HasATan = 1,
HasATanh = 1,
HasBlend = 1
};
};