Re: [PATCH v5 07/10] rust: sync: atomic: Add Atomic<u{32,64}>
Andreas Hindborg <[email protected]>
| Newsgroups | dev.linux.lists.lkmm,org.kernel.vger.linux-arch,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
"Boqun Feng" <[email protected]> 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 <[email protected]> Reviewed-by: Andreas Hindborg <[email protected]> Best regards, Andreas Hindborg