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

Nuclei Toolchain 2023.10 failed to disable V-ext autovectorization #13

Closed
bigmagic123 opened this issue Feb 27, 2024 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@bigmagic123
Copy link

When using the rvv extension compiler, if you do not enable rvv automatic vectorization, there is still a chance that rvv instructions will be generated.

image

@bigmagic123
Copy link
Author

bigmagic123 commented Feb 27, 2024

For more detailed information, please refer to the link

  1. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112538
  2. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112537

@fanghuaqi fanghuaqi added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Feb 28, 2024
@fanghuaqi
Copy link
Member

And from 2024.06 release, -mmemcpy-strategy= option in 2023.10 changed to -mstringop-strategy= in 2024.06, see https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3dc7947e5d766ed2f30c9aa8286b36f9287a1d80, and Nuclei SDK also changed this option, see Nuclei-Software/nuclei-sdk@a487143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants