Refactor GLM messages and build targets

This commit is contained in:
Groove
2018-07-14 00:17:46 +02:00
parent c432dfaad8
commit f27a24de0e
15 changed files with 270 additions and 270 deletions

View File

@@ -162,8 +162,6 @@ int test_instruction_set()
std::printf("GLM_ARCH: ");
if(GLM_ARCH == GLM_ARCH_PURE)
std::printf("GLM_ARCH_PURE ");
if(GLM_ARCH & GLM_ARCH_ARM_BIT)
std::printf("ARM ");
if(GLM_ARCH & GLM_ARCH_NEON_BIT)