Fix build on setups without AVX512DQ.

This commit is contained in:
Rasmus Munk Larsen 2019-09-19 12:36:09 -07:00
parent e02d429637
commit 28b6786498

View File

@ -98,8 +98,8 @@ template<> struct packet_traits<float> : default_packet_traits
HasLog1p = 1,
HasExpm1 = 1,
HasNdtri = 1,
#endif
HasBessel = 1,
#endif
HasExp = 1,
HasSqrt = EIGEN_FAST_MATH,
HasRsqrt = EIGEN_FAST_MATH,