Skip to content

Commit

Permalink
Bug fix (just in the code; it does not affect the execution)
Browse files Browse the repository at this point in the history
  • Loading branch information
aletempiac committed Oct 15, 2024
1 parent 52c842b commit d1f78b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/if/acd/acdXX.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ class acdXX_impl
: cost <= 32 ? 4
: 5;

if ( ss_vars_needed + free_set_size < 6 )
if ( ss_vars_needed + free_set_size < ps.lut_size )
{
/* look for a shared variable */
best_multiplicity = cost;
Expand Down

0 comments on commit d1f78b3

Please sign in to comment.