Merge pull request #1393 from dvdhrm/pr/align32

type-layout: be more specific about 32-bit alignments
This commit is contained in:
Eric Huss 2024-04-03 02:21:31 +00:00 committed by GitHub
commit 1c03c9d3b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ target platform. For example, on a 32 bit target, this is 4 bytes and on a 64
bit target, this is 8 bytes.
Most primitives are generally aligned to their size, although this is
platform-specific behavior. In particular, on x86 u64 and f64 are only
aligned to 32 bits.
platform-specific behavior. In particular, on many 32-bit platforms `u64`
and `f64` are only aligned to 32 bits.
## Pointers and References Layout