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

@@ -109,6 +109,8 @@ test_tests_SOURCES=\
test/src/test_project.c \
test/src/test_clamp.c \
test/src/test_euler.c \
test/src/test_quat.c
test/src/test_quat.c \
test/src/test_vec4.c
all-local:
sh ./post-build.sh