mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Fix another warning on missing commas
This commit is contained in:
parent
df4bc2731c
commit
eb71e5db98
@ -149,11 +149,10 @@ struct packet_traits<float> : default_packet_traits {
|
||||
HasBlend = 1,
|
||||
HasCeil = 1,
|
||||
HasFloor = 1,
|
||||
HasRint = 1,
|
||||
|
||||
#ifdef EIGEN_VECTORIZE_SSE4_1
|
||||
HasRound = 1,
|
||||
#endif
|
||||
HasRint = 1
|
||||
};
|
||||
};
|
||||
template <>
|
||||
|
Loading…
Reference in New Issue
Block a user