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

Windows & VS 2010 compilation fixes #10

Closed
wants to merge 2 commits into from

Conversation

bucienator
Copy link
Contributor

This two commits fixes two compilation issues on Windows, and VS2010.

One is a CMAKE macro error, that comes up when testing SSE availability. I am not sure about what the exact cause, but found some earlier discussions on the mailing list, and the fix is based on that.

The other is a missing C++ template parameter, that might be okay with other compilers, but Visual C++ complains about it.

@bucienator
Copy link
Contributor Author

I'll try to remove the commit regarding the cmake script from this pull request. However, the other commit is not affected, and I still think that that is a right solution to a compile issue.

@bucienator
Copy link
Contributor Author

I guess I can not just remove one commit and keep the other, so I close this pull request.

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.

None yet

2 participants