Move intrinsic includes into a private header
This commit is contained in:
committed by
Sam Lantinga
parent
b4da4ed95a
commit
ee0e9e979c
@@ -25,6 +25,7 @@
|
||||
#include "SDL_audio_c.h"
|
||||
|
||||
#include "../SDL_dataqueue.h"
|
||||
#include "../SDL_intrin.h"
|
||||
|
||||
#define DEBUG_AUDIOSTREAM 0
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "SDL_internal.h"
|
||||
|
||||
#include "SDL_audio_c.h"
|
||||
#include "../SDL_intrin.h"
|
||||
|
||||
#ifdef __ARM_NEON
|
||||
#define HAVE_NEON_INTRINSICS 1
|
||||
|
||||
Reference in New Issue
Block a user