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
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. Look at the section "Size and alignment guarantees" in the golang spec
2. Notice that guarantee #2 assures "unsafe.Alignof(x) is the smaller of
unsafe.Sizeof(x) and unsafe.Maxalign"
3. Notice that the Go libraries contain no such "unsafe.Maxalign"
Which revision are you using? (hg identify)
(online docs)
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: