You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument sizes are an avo issue since it's autogenerating that from the function signature.
The VPBROADCASTD issue is a go vet bug, because it assumes opcodes use the messed up Go dialect suffixes where D means 8-bytes.
While all of these are annoying, I think it's ok to ignore for now, especially considering that the VPBROADCASTD issue is just a false positive, and I'd rather not edit avo output, so resolving this is blocked on other people fixing their stuff.
The text was updated successfully, but these errors were encountered:
As far as I can tell:
Argument sizes are an avo issue since it's autogenerating that from the function signature.go vet
bug, because it assumes opcodes use the messed up Go dialect suffixes whereD
means 8-bytes.While all of these are annoying, I think it's ok to ignore for now, especially considering that the VPBROADCASTD issue is just a false positive, and I'd rather not edit avo output, so resolving this is blocked on other people fixing their stuff.
The text was updated successfully, but these errors were encountered: