-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use AVX2 SSE for cmake&clang on Windows
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fc55b58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Support for gcc (x86_64-w64-mingw) on Windows is still missing even after that change. It might be simpler to change the code and handle MSC as the only special case.
Another problem is that the current CMake code fails on non-Intel hosts which don't have SSE / AVX.
fc55b58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just quick fix - I am "playing with clang" on Windows, because VS community edition has some limitation.