ext-SDL/Xcode/SDL/SDL.xcodeproj
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
..
project.pbxproj Allow optimizing memcpy and memset where possible 2024-01-21 06:55:29 -08:00