-
Notifications
You must be signed in to change notification settings - Fork 9.8k
RFC: #pragma omp simd (don't merge) #983
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
Conversation
Just remark: Visual studio 2015 support only OpenMP 2.0 standard. For VS 2017 there is not even documentation page for it :-( |
https://www.google.com/search?q=openmp+microsoft+docs |
@amitdo: thanks. I misunderstand link - I was expecting that there would be option to select version 2017 in combo "Other version". I tried to search on docs.microsoft.com but nothing usefull found there. Anyway result is still the same:
|
@stweil : what about this? Even we do not suggest to use openmp, I think this could be merged for future development/test. Recent version of our most common compilers support it:
|
Closing this PR because function |
If OpenMP 4.0 is available, use it for vectorisation.
Now how should I test this, I wonder...