-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/internal/obj/x86: fix POPCNT instruction #4816
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
Comments
feel free to propose CL for this (an example is: http://golang.org/cl/5970055) for now, you could use something like this: #define POPCNT_AX_AX BYTE $0xf3; BYTE $0x48; BYTE $0x0f; BYTE $0xb8; BYTE $0xc0 Labels changed: added priority-someday, removed priority-triage, go1.1maybe. Status changed to Accepted. |
Issue #7357 has been merged into this issue. |
POPCNT has been added but was done without a suffix. |
CL https://golang.org/cl/18850 mentions this issue. |
CL https://golang.org/cl/18851 mentions this issue. |
CL https://golang.org/cl/18848 mentions this issue. |
Ilya added POPCNT in a CL earlier this month but it's really only POPCNTQ. The other forms still need to be added. For #4816. Change-Id: I1186850d32ad6d5777475c7808e6fc9d9133e118 Reviewed-on: https://go-review.googlesource.com/18848 Reviewed-by: Rob Pike <[email protected]>
Generated by x86test, from https://golang.org/cl/18842 (still in progress). The commented out lines are either missing or misspelled or incorrectly handled instructions. For #4816, #8037, #13822, #14068, #14069. Change-Id: If309310c97d9d2a3c71fc64c51d4a957e9076ab7 Reviewed-on: https://go-review.googlesource.com/18850 Reviewed-by: Rob Pike <[email protected]> Run-TryBot: Russ Cox <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
by rayneolivetti:
The text was updated successfully, but these errors were encountered: