We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7026f9 commit ca7c12dCopy full SHA for ca7c12d
src/sync/atomic/doc.go
@@ -47,7 +47,8 @@ import (
47
//
48
// On non-Linux ARM, the 64-bit functions use instructions unavailable before the ARMv6k core.
49
50
-// On both ARM and x86-32, it is the caller's responsibility to arrange for 64-bit
+// On ARM, x86-32, and 32-bit MIPS,
51
+// it is the caller's responsibility to arrange for 64-bit
52
// alignment of 64-bit words accessed atomically. The first word in a
53
// variable or in an allocated struct, array, or slice can be relied upon to be
54
// 64-bit aligned.
0 commit comments