⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Add VC 2015 32-bit support#15

Open
jakirkham wants to merge 2 commits intoclMathLibraries:masterfrom
jakirkham:vc14_32bit
Open

Add VC 2015 32-bit support#15
jakirkham wants to merge 2 commits intoclMathLibraries:masterfrom
jakirkham:vc14_32bit

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