Browse Source

Disabled test experiment

Groove 7 years ago
parent
commit
ddb35c65a0
1 changed files with 4 additions and 4 deletions
  1. 4 4
      test/gtx/gtx_load.cpp

+ 4 - 4
test/gtx/gtx_load.cpp

@@ -6,7 +6,7 @@
 #include <glm/gtc/type_aligned.hpp>
 #include <glm/ext/vector_relational.hpp>
 #include <glm/glm.hpp>
-
+/*
 #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;
 }