HasExp added for AVX512 Packet8d

This commit is contained in:
Jakub Lichman
2021-04-20 11:14:56 +00:00
parent 1d79c68ba0
commit 2b1dfd1ba0
2 changed files with 4 additions and 66 deletions

View File

@@ -140,6 +140,7 @@ template<> struct packet_traits<double> : default_packet_traits
HasHalfPacket = 1,
#if EIGEN_GNUC_AT_LEAST(5, 3) || (!EIGEN_COMP_GNUC_STRICT)
HasLog = 1,
HasExp = 1,
HasSqrt = EIGEN_FAST_MATH,
HasRsqrt = EIGEN_FAST_MATH,
#endif