Replace utf arrow with ascii arrow.

This commit is contained in:
nella 2026-03-30 15:47:34 +02:00
parent 537d67737d
commit c3bc2d88da
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ struct CsaTreeWorker
int fa_count;
auto [a, b] = reduce_wallace(extended, width, fa_count);
log(" %s %d $fa + 1 $add (%d operands, module %s)\n",
log(" %s -> %d $fa + 1 $add (%d operands, module %s)\n",
desc, fa_count, (int)operands.size(), log_id(module));
emit_final_add(a, b, result_y, width);