mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-12 14:25:16 +08:00
Silence warning on comma at end of enumerator list
This commit is contained in:
parent
b8502a9dd6
commit
9fb7062440
@ -175,10 +175,10 @@ struct packet_traits<double> : default_packet_traits {
|
||||
HasBlend = 1,
|
||||
HasFloor = 1,
|
||||
HasCeil = 1,
|
||||
HasRint = 1,
|
||||
#ifdef EIGEN_VECTORIZE_SSE4_1
|
||||
#ifdef EIGEN_VECTORIZE_SSE4_1
|
||||
HasRound = 1,
|
||||
#endif
|
||||
HasRint = 1
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user