mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00:00
Fixed bitfield test failure #631
This commit is contained in:
parent
0c3134a52d
commit
cad2c545f6
@ -884,10 +884,10 @@ namespace bitfieldInterleave5
|
|||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
int Error(0);
|
int Error(0);
|
||||||
|
/* Tests for a faster and to reserve bitfieldInterleave
|
||||||
Error += ::bitfieldInterleave5::test();
|
Error += ::bitfieldInterleave5::test();
|
||||||
Error += ::bitfieldInterleave5::perf();
|
Error += ::bitfieldInterleave5::perf();
|
||||||
/*
|
*/
|
||||||
Error += ::mask::test();
|
Error += ::mask::test();
|
||||||
Error += ::bitfieldInterleave3::test();
|
Error += ::bitfieldInterleave3::test();
|
||||||
Error += ::bitfieldInterleave4::test();
|
Error += ::bitfieldInterleave4::test();
|
||||||
@ -898,6 +898,6 @@ int main()
|
|||||||
Error += ::mask::perf();
|
Error += ::mask::perf();
|
||||||
Error += ::bitfieldInterleave::perf();
|
Error += ::bitfieldInterleave::perf();
|
||||||
# endif//NDEBUG
|
# endif//NDEBUG
|
||||||
*/
|
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user