mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +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,
|
||||
#if EIGEN_GNUC_AT_LEAST(5, 3)
|
||||
HasSqrt = 1,
|
||||
HasRsqrt = EIGEN_FAST_MATH
|
||||
HasRsqrt = EIGEN_FAST_MATH,
|
||||
#endif
|
||||
HasDiv = 1
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user