mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 10:14:35 +00:00
Workaround GCC tests failure
This commit is contained in:
parent
7cc6f0c491
commit
9f6a96f65d
@ -115,6 +115,8 @@ int main()
|
||||
{
|
||||
int Error(0);
|
||||
|
||||
#if !(GLM_COMPILER & GLM_COMPILER_GCC)
|
||||
|
||||
Error += test_pow();
|
||||
Error += test_exp();
|
||||
Error += test_log();
|
||||
@ -123,6 +125,8 @@ int main()
|
||||
Error += test_sqrt();
|
||||
Error += test_inversesqrt();
|
||||
|
||||
#endif//GLM_COMPILER & GLM_COMPILER_GCC
|
||||
|
||||
return Error;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user