Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Jan 31, 2024
1 parent 3f7adc4 commit 3f03ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fastdiv_s32(a,M,d);// is a / d for all 32-bit a, d must not be one of -1, 1, or
In C++, it is much the same except that every function is in the `fastmod` namespace so you need to prefix the calls with `fastmod::` (e.g., `fastmod::is_divisible`).
The signed operations (`fastmod_s32` and `fastdiv_s32`) are currently unsupported under Visual Studio.
## Go version
Expand Down

0 comments on commit 3f03ff9

Please sign in to comment.