d3dx9/tests: Increase tolerance for a D3DXSHMultiply3 test.
Otherwise it fails for me on 32-bit Linux with my current compiler.
This commit is contained in:
parent
2740af1448
commit
a3ad4a5066
1 changed files with 1 additions and 1 deletions
|
@ -4095,7 +4095,7 @@ static void test_D3DXSHMultiply3(void)
|
|||
D3DXSHMultiply3(c, c, b);
|
||||
for (i = 0; i < ARRAY_SIZE(expected_aliased); ++i)
|
||||
{
|
||||
equal = compare_float(c[i], expected_aliased[i], 34);
|
||||
equal = compare_float(c[i], expected_aliased[i], 64);
|
||||
ok(equal, "Expected[%u] = %.8e, received = %.8e.\n", i, expected_aliased[i], c[i]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue