Tracking Issue for cfg_target_has_atomic_equal_alignment
#93822
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-design-concerns
Status: There are blocking design concerns.
S-tracking-needs-to-bake
Status: The implementation is "complete" but it needs time to bake.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
This is a tracking issue for the
target_has_atomic_equal_alignment
CFG flag which was added in #76965 forAtomic*::from_mut
.It indicates whether an
AtomicX
has the same alignment as the equivalentX
integer type. On some 32-bit platforms (e.g. x86)AtomicI64
has an alignment of 8 whilei64
is only aligned to 4 bytes.Potential design concerns:
The text was updated successfully, but these errors were encountered: