Files
SDL/src/stdlib
Ozkan Sezer cb3a1a82d5 SDL_memcpy.c, SDL_memmove.c, SDL_memset.c: don't use gcc builtins if !HAVE_LIBC
__builtin_memcpy, as well as __builtin_memset and __builtin_memmove, needn't be
inlined but emitted as a libc call, leading to infinitely recursive calls.

Fixes https://github.com/libsdl-org/SDL/issues/9090
2024-02-20 01:23:18 +03:00
..
2024-01-01 13:15:26 -08:00
2024-01-01 13:15:26 -08:00
2024-01-20 11:26:02 +01:00
2024-01-01 13:15:26 -08:00