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

Replace -ftree-loop-vectorize with -ftree-vectorize. #500

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

imwints
Copy link
Contributor

@imwints imwints commented Feb 13, 2023

In preparation for LLVM support use -ftree-vectorize as it is understood by clang (unlike -ftree-loop-vectorize) and it is an umbrella for the former and -ftree-slp-vectorize. See https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html.

#490

In preparation for LLVM support use -ftree-vectorize as it is understood
by clang (unlike -ftree-loop-vectorize) and it is an umbrella for the
former and -ftree-slp-vectorize. See https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html.
@aristocratos aristocratos merged commit 471c68f into aristocratos:main Feb 23, 2023
@imwints imwints deleted the improve-portability branch March 7, 2023 11:44
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.

2 participants