jdelauney / SIMD-VectorMath-UnitTest

For testing asm SIMD (SSE/SSE 2/SSE 3/SSE 4.x / AVX /AVX 2) vector math library (2f, 4f, matrix, quaternion...) with Lazarus and FreePascal Compiler
Mozilla Public License 2.0
8 stars 0 forks source link

Vector 2i #31

Closed dicepd closed 6 years ago

dicepd commented 6 years ago

I have checked in first functional tests for 2i, had to add a helper just for Normalize as integer normals just do not exist and only way to get AngleBetween working.

Not bothering with separate file for this at the moment as there are so few methods we are putting in this helper.

Win64 broken but I have coded working code in unix64, copy away :)

jdelauney commented 6 years ago

Ok all vector2i are break for now (25 tests failed)

jdelauney commented 6 years ago

All is fixed and green