mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-22 07:15:44 +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:
@@ -76,6 +76,8 @@ Use the SDL_AudioDevice functions instead.
|
||||
|
||||
SDL_Has3DNow() has been removed; there is no replacement.
|
||||
|
||||
SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() have been removed. You can use SDL_aligned_alloc() and SDL_aligned_free() with SDL_SIMDGetAlignment() to get the same functionality.
|
||||
|
||||
The following headers are no longer automatically included, and will need to be included manually:
|
||||
- immintrin.h
|
||||
- mm3dnow.h
|
||||
|
||||
Reference in New Issue
Block a user