fu5ha/ultraviolet

Impl PartialEq for Vec3x4 and other SIMD vectors

joeftiger opened this issue · 1 comments

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`
fu5ha commented

This is actually already in on git master from #83 !