mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 10:14:35 +00:00
Trying to find clang problem with GTC_type_precision
This commit is contained in:
parent
46a1a66f61
commit
7740d53f6b
@ -875,12 +875,11 @@ int main()
|
|||||||
{
|
{
|
||||||
int Error = 0;
|
int Error = 0;
|
||||||
|
|
||||||
# if GLM_HAS_OPENMP && 0
|
|
||||||
Error += test_openmp();
|
|
||||||
# endif//
|
|
||||||
|
|
||||||
Error += test_scalar_size();
|
Error += test_scalar_size();
|
||||||
Error += test_fvec_size();
|
Error += test_fvec_size();
|
||||||
|
|
||||||
|
return Error;
|
||||||
|
|
||||||
Error += test_fvec_precision();
|
Error += test_fvec_precision();
|
||||||
Error += test_fvec_conversion();
|
Error += test_fvec_conversion();
|
||||||
Error += test_dvec_precision();
|
Error += test_dvec_precision();
|
||||||
@ -893,5 +892,9 @@ int main()
|
|||||||
Error += test_quat_size();
|
Error += test_quat_size();
|
||||||
Error += test_quat_precision();
|
Error += test_quat_precision();
|
||||||
|
|
||||||
|
# if GLM_HAS_OPENMP && 0
|
||||||
|
Error += test_openmp();
|
||||||
|
# endif//
|
||||||
|
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user