From 3f03ff981cb4afa3413af669aeb9db4e5599519a Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 31 Jan 2024 12:34:42 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86a797d..b1016b5 100644 --- a/README.md +++ b/README.md @@ -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