-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[CMake] Add AVX for windows #4598
Conversation
9a477f3
to
4e8efca
Compare
dd8f6cd
to
5658471
Compare
ed45119
to
2c10527
Compare
09b7d67
to
814ec77
Compare
General question: You know that playing around with such compiler flags does not belong into a Maybe you should start renaming all those compiler flag options to |
@Neumann-A Not really - do you have a nice example in mind, to get inspiration from? |
814ec77
to
417993e
Compare
417993e
to
d64a7da
Compare
Do I understand it correctly that e.g. |
Yep, see here:
May be indeed a good option to add AVX support of CLANG/GCC here to. It seems similar to MSVC (didn't found an official documentation) |
Add inline comment. |
Wouldn't it make sense to add AVX for Linux too? |
I'm not that well versed in Linux / cross compiling so I would prefer to just merge this one and one with better knowledge of linux can adjust it accordingly. Or someone make PR towards this PR. |
Okay, then this PR ready to merge from my point of view :-) |
Co-authored-by: SunBlack <SunBlack@users.noreply.github.com>
* Add AVX for windows * Update cmake/pcl_find_avx.cmake Co-authored-by: SunBlack <SunBlack@users.noreply.github.com>
No description provided.