Fixed refract for double based types

This commit is contained in:
Christophe Riccio
2011-11-14 17:48:39 +00:00
parent 5b7717b7b0
commit 390498ef87
3 changed files with 51 additions and 6 deletions

View File

@@ -245,7 +245,7 @@ int test_roundEven()
int main()
{
int Error = 0;
int Error(0);
Error += test_floatBitsToInt();
Error += test_floatBitsToUint();