Skip to content

Commit 1c03c9d

Browse files
authored
Merge pull request #1393 from dvdhrm/pr/align32
type-layout: be more specific about 32-bit alignments
2 parents 1e1fec3 + fdee104 commit 1c03c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type-layout.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ target platform. For example, on a 32 bit target, this is 4 bytes and on a 64
5353
bit target, this is 8 bytes.
5454

5555
Most primitives are generally aligned to their size, although this is
56-
platform-specific behavior. In particular, on x86 u64 and f64 are only
57-
aligned to 32 bits.
56+
platform-specific behavior. In particular, on many 32-bit platforms `u64`
57+
and `f64` are only aligned to 32 bits.
5858

5959
## Pointers and References Layout
6060

0 commit comments

Comments
 (0)