SDL/src/atomic
Cameron Gutman a61f02cc88 atomic: Implement loads on MSVC without RMW operations
This fixes faults when loading from read-only memory and avoids
cache line bouncing across cores which reduces performance.

(cherry picked from commit 7439a94ed2)
2026-05-11 06:43:40 -07:00
..
SDL_atomic.c atomic: Implement loads on MSVC without RMW operations 2026-05-11 06:43:40 -07:00
SDL_spinlock.c atomic: Fix and cleanup SDL_UnlockSpinlock() 2026-04-27 19:42:39 -05:00