Fixed bug 4557 - SDL_SIMDAlloc and *Free should be in the public interface

Martin Gerhardy

These functions are really useful and should get exposed imo.
This commit is contained in:
Sam Lantinga
2019-06-08 14:54:37 -07:00
parent 56b7f4cf31
commit 8728ce4448
7 changed files with 69 additions and 91 deletions

View File

@@ -26,7 +26,6 @@
#include "SDL_RLEaccel_c.h"
#include "SDL_pixels_c.h"
#include "SDL_yuv_c.h"
#include "../cpuinfo/SDL_simd.h"
/* Check to make sure we can safely check multiplication of surface w and pitch and it won't overflow size_t */