Skip to content

Commit c05f2cc

Browse files
committed
Fix internal test for CodeGen_C given the scientific way of printing literals.
1 parent acdd764 commit c05f2cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CodeGen_C.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2663,7 +2663,7 @@ int test1(struct halide_buffer_t *_buf_buffer, float _alpha, int32_t _beta, void
26632663
_6 = 3;
26642664
} // if _7 else
26652665
int32_t _11 = _6;
2666-
float _12 = float_from_bits(1082130432 /* 4 */);
2666+
float _12 = 4.0000000e+00f;
26672667
bool _13 = _alpha > _12;
26682668
int32_t _14 = (int32_t)(_13 ? _11 : 2);
26692669
((int32_t *)_buf)[_5] = _14;

0 commit comments

Comments
 (0)