From ddb35c65a05750b400ffdb777365455fff4e75e3 Mon Sep 17 00:00:00 2001 From: Groove Date: Tue, 31 Jul 2018 00:46:15 +0200 Subject: [PATCH] Disabled test experiment --- test/gtx/gtx_load.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }