mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
re-organize folder structure
* move SIMD instructions (SSE2, AVX) to arch folder
This commit is contained in:
@@ -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}, \
|
||||
|
||||
Reference in New Issue
Block a user