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

Add VC 2015 32-bit support #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jakirkham
Copy link

Fixes #11

Seems the _mm_set_epi64x intrinsic is defined in VC 2015 32-bit. So adjust the macro to handle this when determining whether to define this function. Ultimately the issue originates with Random123. However as Random123 is vendored in clRNG, it needs to be fixed here as well.

@jakirkham
Copy link
Author

Should add that I mailed this patch upstream as well.

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.

error C2169: "_mm_set_epi64x": intrinsic function, cannot be defined
1 participant