|
|
@ -6,7 +6,7 @@ |
|
|
|
#include <glm/gtc/type_aligned.hpp> |
|
|
|
#include <glm/gtc/type_aligned.hpp> |
|
|
|
#include <glm/ext/vector_relational.hpp> |
|
|
|
#include <glm/ext/vector_relational.hpp> |
|
|
|
#include <glm/glm.hpp> |
|
|
|
#include <glm/glm.hpp> |
|
|
|
|
|
|
|
/*
|
|
|
|
#if GLM_USE_SIMD == GLM_ENABLE && GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE |
|
|
|
#if GLM_USE_SIMD == GLM_ENABLE && GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE |
|
|
|
|
|
|
|
|
|
|
|
namespace glm |
|
|
|
namespace glm |
|
|
@ -111,14 +111,14 @@ int test_vec4_load() |
|
|
|
return Error; |
|
|
|
return Error; |
|
|
|
} |
|
|
|
} |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
*/ |
|
|
|
int main() |
|
|
|
int main() |
|
|
|
{ |
|
|
|
{ |
|
|
|
int Error = 0; |
|
|
|
int Error = 0; |
|
|
|
|
|
|
|
/*
|
|
|
|
# if GLM_USE_SIMD == GLM_ENABLE && GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE |
|
|
|
# if GLM_USE_SIMD == GLM_ENABLE && GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE |
|
|
|
Error += test_vec4_load(); |
|
|
|
Error += test_vec4_load(); |
|
|
|
# endif |
|
|
|
# endif |
|
|
|
|
|
|
|
*/ |
|
|
|
return Error; |
|
|
|
return Error; |
|
|
|
} |
|
|
|
} |
|
|
|