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

#pragma omp simd not recognized on clang 7 #9

Closed
ingowald opened this issue Mar 6, 2018 · 1 comment
Closed

#pragma omp simd not recognized on clang 7 #9

ingowald opened this issue Mar 6, 2018 · 1 comment

Comments

@ingowald
Copy link
Contributor

ingowald commented Mar 6, 2018

this produces lots of warnings with clang 7; and even adding an explicit -openmp to the compile flags doesn't help

@jeffamstutz
Copy link
Owner

All OpenMP simd loops have been removed (except for mandelbrot mini benchmark comparison), they were never meant to be there long-term, and there were some bugs uncovered by having them at all too.

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

No branches or pull requests

2 participants