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 d1f78b3 commit baf4ddb
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 @@ -610,7 +610,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 baf4ddb

Please sign in to comment.