On Fri, 21 Oct 2022 at 16:05, Khem Raj <[email protected]> wrote: > This patch is doing something else where its mapping and broadening > the architecture to match crossbeam's understanding of it. > Here issue is new where it does not yet realize that some > architectures do not have 64bit atomics implemented.
Here's crossbeam's own list: https://github.com/crossbeam-rs/crossbeam/blob/master/no_atomic.rs You can see that riscv32 is in NO_ATOMIC_64, and crossbeam_atomic.patch ensures we use the list, so why do we need this change? Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172026): https://lists.openembedded.org/g/openembedded-core/message/172026 Mute This Topic: https://lists.openembedded.org/mt/94464934/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
