mirror of
https://github.com/g-truc/glm.git
synced 2026-09-12 13:38:08 +00:00
Refactor GLM messages and build targets
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user