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

fix for Intel on Windows #127

Merged
merged 1 commit into from
Jun 20, 2018
Merged

Conversation

JohanMabille
Copy link
Member

@JohanMabille JohanMabille commented Jun 20, 2018

This prevent the check of c++11 flags for Intel compiler on Windows and should fix #125, however I'm not sure how to set the correct flags for activating SSE / AVX for this compiler on Windows.

More precisely, when Intel is used within MSVC, I'm not sure if the MSVC token is defined in the cmake. @emmenlau maybe you are more aware of these things?

@emmenlau
Copy link
Contributor

Dear @JohanMabille , I'm also no expert in this, but my understanding is that the MSVC token will not be defined. Therefore its my assumption that your PR is the best that can be done to separate Intel Compiler on Windows from other platforms.
If someone has more insight, please share!

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.

Can not build with Intel Compiler on MSVC because cmake fails
2 participants