Skip to content
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

Don't use memcpy / memmove #57

Merged
merged 1 commit into from
Jun 19, 2020
Merged

Don't use memcpy / memmove #57

merged 1 commit into from
Jun 19, 2020

Conversation

mratsim
Copy link
Owner

@mratsim mratsim commented Jun 19, 2020

This replace memcpy/memmove (copyMem and moveMem in Nim speak).

I suspect the Windows 32-bit image used by Github CI doesn't properly implement memmove #56

This also is required anyway to be able to do reductions at compile-time.

@mratsim mratsim merged commit b509eea into master Jun 19, 2020
@mratsim mratsim deleted the replace-memcpy-memmove branch June 29, 2020 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant