Impl PartialEq for Vec3x4 and other SIMD vectors
joeftiger opened this issue · 1 comments
joeftiger commented
I noticed that PartialEq
is only implemented for Vec3 and f32x4, etc. but not for Vec3x4.
It would make using them in macros and tests much easier.
error[E0369]: binary operation `==` cannot be applied to type `Vec3x4`