mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 13:37:56 +00:00
audio: Wired up new SSE code to build system.
This commit is contained in:
@@ -61,6 +61,9 @@
|
||||
#ifdef __SSE2__
|
||||
#include <emmintrin.h>
|
||||
#endif
|
||||
#ifdef __SSE3__
|
||||
#include <pmmintrin.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "begin_code.h"
|
||||
|
||||
Reference in New Issue
Block a user