|
|
@ -46,8 +46,6 @@ |
|
|
|
#if(GLM_ARCH != GLM_ARCH_PURE) |
|
|
|
#if(GLM_ARCH != GLM_ARCH_PURE) |
|
|
|
|
|
|
|
|
|
|
|
#if(GLM_ARCH & GLM_ARCH_SSE2) |
|
|
|
#if(GLM_ARCH & GLM_ARCH_SSE2) |
|
|
|
# include "../core/intrinsic_common.hpp" |
|
|
|
|
|
|
|
# include "../core/intrinsic_geometric.hpp" |
|
|
|
|
|
|
|
# include "../gtx/simd_mat4.hpp" |
|
|
|
# include "../gtx/simd_mat4.hpp" |
|
|
|
#else |
|
|
|
#else |
|
|
|
# error "GLM: GLM_GTX_simd_quat requires compiler support of SSE2 through intrinsics" |
|
|
|
# error "GLM: GLM_GTX_simd_quat requires compiler support of SSE2 through intrinsics" |
|
|
|