-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github Action WIndows failure #56
Labels
bug 🪲
Something isn't working
Comments
The wrong values seem to be stable across CI runs: So we can rule out unitialized memory. Looking into the reduction code: constantine/constantine/arithmetic/limbs_modular.nim Lines 243 to 380 in 608d26e
I have a feeling that there is a moveMem bug in Windows 32-bit, as it doesn't happen in Linux 32-bit or Windows 64-bit. |
Seems like it wasn't copyMem/moveMem: |
Closed by:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #29
32-bit
64-bit
The text was updated successfully, but these errors were encountered: