We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found several llvm intrinsics ending with .6i8 rather than .v16i8 in the AArch64 code. Is this a typo? For example
.6i8
.v16i8
stdarch/crates/core_arch/src/aarch64/neon/mod.rs
Line 165 in dc632d1
The text was updated successfully, but these errors were encountered:
It is a typo, but it seems like LLVM silently fixes it up: https://rust.godbolt.org/z/1aoYzejGj
Sorry, something went wrong.
Fix typo in LLVM intrinsic names
be854cf
Fixes rust-lang#1361
Fix typo in LLVM intrinsic names (#1362)
c3b6820
Fixes #1361
Successfully merging a pull request may close this issue.
I found several llvm intrinsics ending with
.6i8
rather than.v16i8
in the AArch64 code. Is this a typo? For examplestdarch/crates/core_arch/src/aarch64/neon/mod.rs
Line 165 in dc632d1
The text was updated successfully, but these errors were encountered: