Added a CMake option to execute GLM performance tests. Made quat and dualquat trivially constructible #263

This commit is contained in:
Christophe Riccio
2014-11-15 00:05:52 +01:00
parent b7b8b18f83
commit 0b8ca1a5b6
14 changed files with 70 additions and 36 deletions

View File

@@ -637,7 +637,9 @@ int main()
Error += ::bitfieldInterleave::test();
//Error += ::bitRevert::test();
Error += ::mask::perf();
# ifdef GLM_TEST_ENABLE_PERF
Error += ::mask::perf();
# endif
return Error;
}