Re: [PATCH v5 07/10] rust: sync: atomic: Add Atomic<u{32,64}>
From: Andreas Hindborg
Date: Thu Jun 26 2025 - 08:48:15 EST
"Boqun Feng" <boqun.feng@xxxxxxxxx> writes:
> Add generic atomic support for basic unsigned types that have an
> `AtomicImpl` with the same size and alignment.
>
> Unit tests are added including Atomic<i32> and Atomic<i64>.
>
> Signed-off-by: Boqun Feng <boqun.feng@xxxxxxxxx>
Reviewed-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
Best regards,
Andreas Hindborg