Skip to content

Commit 58a6d7c

Browse files
committed
Fixed a bracket.
1 parent 062d686 commit 58a6d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/correctness/fast_function_approximations.cpp

+1-1
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.5f * std::log(2.0f)), 0.5f * std::log(2.0f))}}, {}, {}, {}, {}, 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)