rust-vmm / vm-memory

Virtual machine's guest memory crate
Apache License 2.0
305 stars 98 forks source link

atomic: enable 64 bit atomics on ppc64le and s390x #198

Closed slp closed 2 years ago

slp commented 2 years ago

Add ppc64le (powerpc64) and s390x to the list of arches that support AtomicI64 and AtomicU64.

Signed-off-by: Sergio Lopez slp@redhat.com