[float_test_vec] Fix -Wdouble-promotion warnings

This commit is contained in:
Alex Richardson
2023-03-10 14:25:00 +00:00
committed by Travis Geiselbrecht
parent 8f3537d7b8
commit b8ae41a295

View File

@@ -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 },