Skip to content

Commit

Permalink
calling can-do calls the estimating-planner, which creates wisdom tha…
Browse files Browse the repository at this point in the history
…t we don't want ...we should be able to do all of the documented problems, anyway
  • Loading branch information
stevengj committed Feb 21, 2004
1 parent 262bd96 commit b280898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fftw-wisdom.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static void do_problem(bench_problem *p)
{
if (verbose > 0)
printf("PLANNING PROBLEM: %s\n", p->pstring);
BENCH_ASSERT(can_do(p));
/* BENCH_ASSERT(can_do(p)); */
problem_alloc(p);
setup(p);
done(p);
Expand Down

0 comments on commit b280898

Please sign in to comment.