Removed GLM_TEST_ENABLE_PERF

This commit is contained in:
Christophe Riccio
2014-11-29 20:46:58 +01:00
parent 0b9b157e24
commit a42f84ed47
12 changed files with 20 additions and 25 deletions

View File

@@ -1578,7 +1578,7 @@ int main()
Error += ::bitfieldInsert::test();
Error += ::bitfieldExtract::test();
# ifdef GLM_TEST_ENABLE_PERF
# ifdef NDEBUG
Error += ::bitCount::perf();
Error += ::bitfieldReverse::perf();
Error += ::findMSB::perf();