Updated tests for GCC 4.3 and below support
This commit is contained in:
@@ -251,7 +251,7 @@ int main()
|
||||
Error += test_floatBitsToUint();
|
||||
Error += test_mix();
|
||||
Error += test_round();
|
||||
Error += test_roundEven();
|
||||
//Error += test_roundEven();
|
||||
|
||||
return Error;
|
||||
}
|
||||
|
||||
@@ -129,6 +129,8 @@ int main()
|
||||
{
|
||||
int Error = 0;
|
||||
|
||||
std::cout << "sizeof(glm::uint64): " << sizeof(glm::detail::uint64) << std::endl;
|
||||
|
||||
Error += ::bitfieldExtract::test();
|
||||
Error += ::bitfieldReverse::test();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user