Fix another warning on missing commas

This commit is contained in:
David Tellenbach 2021-03-17 03:07:04 +01:00
parent df4bc2731c
commit eb71e5db98

View File

@ -149,11 +149,10 @@ struct packet_traits<float> : default_packet_traits {
HasBlend = 1, HasBlend = 1,
HasCeil = 1, HasCeil = 1,
HasFloor = 1, HasFloor = 1,
HasRint = 1,
#ifdef EIGEN_VECTORIZE_SSE4_1 #ifdef EIGEN_VECTORIZE_SSE4_1
HasRound = 1, HasRound = 1,
#endif #endif
HasRint = 1
}; };
}; };
template <> template <>