#ifndef __GLM_SSE_H__ #define __GLM_SSE_H__ #ifdef _WIN32 #include #endif #include "glm/glm.h" #include "glm/glmext.h" void test_sse(); #endif//__GLM_SSE_H__