sse2 version of vec4 dot product

* use this for normalizing vector
This commit is contained in:
Recep Aslantas
2018-04-08 18:27:54 +03:00
parent 932f638d5a
commit e4e0fa623c
7 changed files with 61 additions and 3 deletions

View File

@@ -28,4 +28,7 @@ test_euler(void **state);
void
test_quat(void **state);
void
test_vec4(void **state);
#endif /* test_tests_h */