Files
SDL/src/atomic
Cameron Gutman 95ae0c194e atomic: Fix and cleanup SDL_UnlockSpinlock()
- Add missing SDL_MemoryBarrierRelease() in the generic codepath
- Remove MSVC x86/x64 case which is now identical to the generic codepath
- Fix Solaris barrier to ensure prior stores are visible before unlocking
2026-04-24 22:26:28 -05:00
..