We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2bd00 commit 1f78263Copy full SHA for 1f78263
1 file changed
cpp/tests/test_gf16.cpp
@@ -63,7 +63,7 @@ bool test_conversions() {
63
}
64
65
Gf16 gf = Gf16::from_f32(input_val);
66
- back = gf.to_f32();
+ float back = gf.to_f32();
67
68
bool result = false;
69
bool expected = true;
0 commit comments