Skip to content

Commit

Permalink
ff/mont_t.cuh: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy authored and dot-asm committed Jul 24, 2024
1 parent dd1d814 commit 8b59010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ff/mont_t.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ public:
// reduce |even| modulo |MOD<<(n*32)|
even.final_sub(carry, &tmp[0]);

return even; // implict cast to mont_t performs the reduction
return even; // implicit cast to mont_t performs the reduction
}

inline mont_t shfl_down(uint32_t off) const
Expand Down

0 comments on commit 8b59010

Please sign in to comment.