Skip to content

Commit 062d686

Browse files
committed
One more compilation issue.
1 parent 1b06a7f commit 062d686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/correctness/fast_function_approximations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ struct FunctionToTest {
203203
[](Expr x, Expr y, Halide::ApproximationPrecision prec) { return Halide::fast_expm1(x, prec); },
204204
Halide::Internal::ApproximationTables::best_expm1_approximation,
205205
{
206-
{ "precise", {{-0.5 * std::log(2.0), 0.5f * std::log(2.0)}}, {}, {}, {}, {}, 300, 130 },
206+
{ "precise", {{-0.5f * std::log(2.0f)), 0.5f * std::log(2.0f))}}, {}, {}, {}, {}, 300, 130 },
207207
{ "extended", {{-20.0f, 20.0f}}, no_val, no_val, rsnbl_ulp_val, rlx_ulp_val, 600, 40 },
208208
}
209209
},

0 commit comments

Comments
 (0)