mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 12:19:12 +08:00
Fixed compilation error with gcc >= 5.3
This commit is contained in:
parent
5e64cea896
commit
a7473d6d5a
@ -76,7 +76,7 @@ template<> struct packet_traits<double> : default_packet_traits
|
|||||||
HasHalfPacket = 1,
|
HasHalfPacket = 1,
|
||||||
#if EIGEN_GNUC_AT_LEAST(5, 3)
|
#if EIGEN_GNUC_AT_LEAST(5, 3)
|
||||||
HasSqrt = 1,
|
HasSqrt = 1,
|
||||||
HasRsqrt = EIGEN_FAST_MATH
|
HasRsqrt = EIGEN_FAST_MATH,
|
||||||
#endif
|
#endif
|
||||||
HasDiv = 1
|
HasDiv = 1
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user