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

cmd/compile: add VBIC, VMVN instructions for ARMv8 #48199

Open
ericlagergren opened this issue Sep 5, 2021 · 1 comment
Open

cmd/compile: add VBIC, VMVN instructions for ARMv8 #48199

ericlagergren opened this issue Sep 5, 2021 · 1 comment
Labels
arch-arm64 compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@ericlagergren
Copy link
Contributor

ericlagergren commented Sep 5, 2021

On Go 1.17. A bunch of other SIMD instructions exist, but I don't see VBIC or VMVN.

Also, if there is an Adding New Assembly Instructions for Dummies guide, I'm more than happy to do the legwork.

/cc: @RuinanSun

@ericlagergren ericlagergren changed the title cmd/compile: add VBIC instruction for ARMv8 cmd/compile: add VBIC, VMVN instructions for ARMv8 Sep 5, 2021
@cagedmantis cagedmantis added this to the Backlog milestone Sep 13, 2021
@cagedmantis cagedmantis added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 13, 2021
@cagedmantis
Copy link
Contributor

Adding VBIC was mentioned in #40725

/cc @randall77 @cherrymui

@cherrymui cherrymui modified the milestones: Backlog, Unplanned Sep 13, 2021
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

5 participants