-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/asm: wrong implement vmov/vld on arm64 #24400
Comments
/cc @cherrymui @randall77 |
We don't support VLD1 load to a single element yet, only a list of arrangements (multiple structures) at the moment. Feel free to add the support :) It seems the bug is that |
@cherrymui Well, that's beyond my skillsets. This CL do has "vld into vector lane" |
Yeah, splitting that CL to two CLs would be helpful. We can get the toolchain part in first. |
It's a known bug to us. I'll let fangming split the CL to fix the toolchain part firstly. |
Change https://golang.org/cl/101095 mentions this issue: |
Change https://golang.org/cl/101297 mentions this issue: |
Thanks for fixing VMOV bug. However reopen this maybe? |
Ok, reopened. |
What version of Go are you using (
go version
)?go 1.10
Does this issue reproduce with the latest release?
yes
What did you do?
Try to compile this code
What did you expect to see?
All instructions compiled.
According to "as" these instructions should be (little endian
What did you see instead?
and
System details
The text was updated successfully, but these errors were encountered: