define common SIMD flags in common header

This commit is contained in:
Recep Aslantas
2017-07-11 16:31:55 +03:00
parent a55b0ab5db
commit 46303a2fb1
2 changed files with 27 additions and 11 deletions

View File

@@ -54,5 +54,6 @@
#define glm__memzero(type, dest, size) glm__memset(type, dest, size, 0)
#include "cglm-types.h"
#include "arch/simd/cglm-intrin.h"
#endif /* cglm_common_h */