SDL/Xcode
Sam Lantinga 7a069cc4b0 Allow optimizing memcpy and memset where possible
Modern C runtimes have well optimized memset and memcpy, so use those instead of dispatching into SDL's versions. In addition, some compilers can analyze memset and memcpy calls and directly turn them into optimized assembly.
2024-01-21 06:55:29 -08:00
..
SDL Allow optimizing memcpy and memset where possible 2024-01-21 06:55:29 -08:00
SDLTest Removed testautomation_syswm.c from the Xcode project 2023-11-15 21:51:22 -08:00
XcodeDocSet Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00