mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Update audio_utils.c
This commit is contained in:
parent
e75e6ed1be
commit
3fd0f14fe2
@ -17,8 +17,6 @@
|
||||
#include <boolean.h>
|
||||
#include "audio_utils.h"
|
||||
|
||||
#include "../performance.h"
|
||||
|
||||
#if defined(__SSE2__)
|
||||
#include <emmintrin.h>
|
||||
#elif defined(__ALTIVEC__)
|
||||
@ -410,4 +408,3 @@ void audio_convert_init_simd(void)
|
||||
audio_convert_float_to_s16_neon : audio_convert_float_to_s16_C;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user