Files
SDL/include
Cameron Gutman ef425def66 atomic: Use __atomic_thread_fence() when available
This avoids requiring inline assembly for each architecture.

It also fixes some weakly ordered architectures which lacked
said inline assembly (RISC-V, MIPS, LoongArch, etc) and were
thus disasterously broken.

(cherry picked from commit 2858a32723)
2026-04-23 18:53:28 -05:00
..