mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Fix build on setups without AVX512DQ.
This commit is contained in:
parent
e02d429637
commit
28b6786498
@ -98,8 +98,8 @@ template<> struct packet_traits<float> : default_packet_traits
|
|||||||
HasLog1p = 1,
|
HasLog1p = 1,
|
||||||
HasExpm1 = 1,
|
HasExpm1 = 1,
|
||||||
HasNdtri = 1,
|
HasNdtri = 1,
|
||||||
#endif
|
|
||||||
HasBessel = 1,
|
HasBessel = 1,
|
||||||
|
#endif
|
||||||
HasExp = 1,
|
HasExp = 1,
|
||||||
HasSqrt = EIGEN_FAST_MATH,
|
HasSqrt = EIGEN_FAST_MATH,
|
||||||
HasRsqrt = EIGEN_FAST_MATH,
|
HasRsqrt = EIGEN_FAST_MATH,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user