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

@@ -178,14 +178,14 @@ int main()
{
int Error(0);
# ifdef GLM_TEST_ENABLE_PERF
# ifdef NDEBUG
Error += ::fastCos::perf();
Error += ::fastSin::perf();
Error += ::fastTan::perf();
Error += ::fastAcos::perf();
Error += ::fastAsin::perf();
Error += ::fastAtan::perf();
# endif
# endif//NDEBUG
return Error;
}