#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