-
Notifications
You must be signed in to change notification settings - Fork 112
Add target-feature neon #4010
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
Add target-feature neon #4010
Conversation
@thanhnguyen-aws do you think this is relevant to our problem ? Some findings:
|
wrote a script to map out the neon feature
|
After digging around it seems like this commit rust-lang/rust@93ee180 introduced the warning in the upstream |
Update:
The llvm backend is massaging the target feature set here https://github.com/rust-lang/rust/blob/fa58ce343ad498196d799a7381869e79938e952a/compiler/rustc_codegen_llvm/src/llvm_util.rs#L305 |
In the latest toolchain upgrade, this became a hard error when some language features are used: |
Thanks @remi-delmas-3000 for the suggestion. I fixed this issue in #4059, so I will close this PR. |
This PR enables target-feature neon
(NOT WORKING YET)
Resolves #3059 #3878
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.