diff --git a/test/gtx/gtx_load.cpp b/test/gtx/gtx_load.cpp index 896f427e..b6ce1ccd 100644 --- a/test/gtx/gtx_load.cpp +++ b/test/gtx/gtx_load.cpp @@ -6,7 +6,7 @@ #include #include #include - +/* #if GLM_USE_SIMD == GLM_ENABLE && GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE namespace glm @@ -111,14 +111,14 @@ int test_vec4_load() return Error; } #endif - +*/ int main() { int Error = 0; - +/* # if GLM_USE_SIMD == GLM_ENABLE && GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE Error += test_vec4_load(); # endif - +*/ return Error; }