Skip to content

Commit

Permalink
Fix errors?
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Nov 23, 2023
1 parent 73975e7 commit 52bd3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mops/src/hpe/cpu.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void mops::homogeneous_polynomial_evaluation(
temp *= shifted_a_ptr[indices_A_ptr_row[k]];
}
result += temp;
indices_A_ptr_temp += polynomial_order;
indices_A_ptr_row += polynomial_order;
}
o_ptr[i] = result;
}
Expand Down

0 comments on commit 52bd3a6

Please sign in to comment.