mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 00:17:40 +00:00
Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free()
Fixes https://github.com/libsdl-org/SDL/issues/5641
This commit is contained in:
parent
9597c482fa
commit
2aa9569b3e
13 changed files with 132 additions and 194 deletions
|
@ -555,10 +555,7 @@ SDL3_0.0.0 {
|
|||
SDL_RumbleJoystick;
|
||||
SDL_RumbleJoystickTriggers;
|
||||
SDL_RunApp;
|
||||
SDL_SIMDAlloc;
|
||||
SDL_SIMDFree;
|
||||
SDL_SIMDGetAlignment;
|
||||
SDL_SIMDRealloc;
|
||||
SDL_SaveBMP_RW;
|
||||
SDL_ScreenKeyboardShown;
|
||||
SDL_ScreenSaverEnabled;
|
||||
|
@ -843,6 +840,8 @@ SDL3_0.0.0 {
|
|||
SDL_modff;
|
||||
SDL_GetRenderVSync;
|
||||
SDL_PlayAudioDevice;
|
||||
SDL_aligned_alloc;
|
||||
SDL_aligned_free;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue