Clean up detection

This commit is contained in:
Groove
2018-08-18 13:58:30 +02:00
parent 27a1b24835
commit 72bf05e06e
3 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/glm.hpp>
/*
#if GLM_CONFIG_SIMD == GLM_ENABLE && GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE
#if GLM_CONFIG_SIMD == GLM_ENABLE
#include <glm/gtx/common.hpp>
#include <glm/gtc/integer.hpp>
@@ -116,7 +116,7 @@ int main()
{
int Error = 0;
/*
# if GLM_CONFIG_SIMD == GLM_ENABLE && GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE
# if GLM_CONFIG_SIMD == GLM_ENABLE
Error += test_vec4_load();
# endif
*/