smithay
smithay copied to clipboard
Compilation fails for platform without 64-bit atomics
As Smithay uses AtomicF64 from atomic_float, which isn't supported on platforms without 32 bit atomics, like 32bit PowerPC, the compilation fails.
Maybe provide a fallback using F32 or emulate?