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
golang.org/cl/19800 changed complex64's alignment on 64-bit platforms from 8 to 4. I originally didn't think go/types.StdSizes needed to care about this because of past discussion about StdSizes vs cmd/compile on #12886, but @josharian pointed out cmd/vet relies on StdSizes for validating x+NN(FP) assembly addresses.
We should probably provide a GCSizes (better name welcome) that matches cmd/compile exactly and that's the one all clients use that depend on the same size computations as cmd/compile.
golang.org/cl/19800 changed complex64's alignment on 64-bit platforms from 8 to 4. I originally didn't think go/types.StdSizes needed to care about this because of past discussion about StdSizes vs cmd/compile on #12886, but @josharian pointed out cmd/vet relies on StdSizes for validating x+NN(FP) assembly addresses.
/cc @griesemer
The text was updated successfully, but these errors were encountered: