vectorclass / version2

Vector class library, latest version
Apache License 2.0
1.31k stars 148 forks source link

Fix Vec?b XOR Operator #34

Closed MarcelKoch closed 4 years ago

MarcelKoch commented 4 years ago

This fixes the boolean operator ^ and subsequently a bunch of other operators, most importantly ==,!= for the boolean types Vec2b, Vec4b and Vec8b.