[float_test_vec] Fix -Wdouble-promotion warnings
This commit is contained in:
committed by
Travis Geiselbrecht
parent
8f3537d7b8
commit
b8ae41a295
@@ -32,8 +32,8 @@ static const union double_int float_test_vec[] = {
|
||||
{ .d = 100.0 },
|
||||
{ .d = 123456.0 },
|
||||
{ .d = -123456.0 },
|
||||
{ .d = 546.5645644531f },
|
||||
{ .d = -546.5645644531f },
|
||||
{ .d = 546.5645644531 },
|
||||
{ .d = -546.5645644531 },
|
||||
{ .d = 0.12345 },
|
||||
{ .d = 0.0000012345 },
|
||||
{ .d = 0.0000019999 },
|
||||
|
||||
Reference in New Issue
Block a user