mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 17:04:35 +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 Error(0);
|
||||
|
||||
/* Tests for a faster and to reserve bitfieldInterleave
|
||||
Error += ::bitfieldInterleave5::test();
|
||||
Error += ::bitfieldInterleave5::perf();
|
||||
/*
|
||||
*/
|
||||
Error += ::mask::test();
|
||||
Error += ::bitfieldInterleave3::test();
|
||||
Error += ::bitfieldInterleave4::test();
|
||||
@ -898,6 +898,6 @@ int main()
|
||||
Error += ::mask::perf();
|
||||
Error += ::bitfieldInterleave::perf();
|
||||
# endif//NDEBUG
|
||||
*/
|
||||
|
||||
return Error;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user