neon: implement matrix multiplication for ARM Neon

This commit is contained in:
Recep Aslantas
2017-07-11 16:33:41 +03:00
parent 46303a2fb1
commit 3b159cdf02
3 changed files with 74 additions and 2 deletions

3
.gitignore vendored
View File

@@ -54,3 +54,6 @@ test/test_*
test-*
test/.libs/*
test/tests
cglm_arm/*
cglm_test_ios/*
cglm_test_iosTests/*