re-organize folder structure

* move SIMD instructions (SSE2, AVX) to arch folder
This commit is contained in:
Recep Aslantas
2017-02-13 12:18:52 +03:00
parent f660170497
commit 595ad42cb8
14 changed files with 22 additions and 22 deletions

View File

@@ -9,7 +9,7 @@
#define cglm_mat3_h
#include "cglm-common.h"
#include "cglm-mat3-simd-sse2.h"
#include "arch/simd/cglm-mat3-simd-sse2.h"
#define GLM_MAT3_IDENTITY_INIT {{1.0f, 0.0f, 0.0f}, \
{0.0f, 1.0f, 0.0f}, \