Silence warning on comma at end of enumerator list

This commit is contained in:
David Tellenbach 2021-03-17 01:46:52 +01:00
parent b8502a9dd6
commit 9fb7062440

View File

@ -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