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