Disable SSE on arm

This commit is contained in:
Magnus Norddahl 2017-01-10 13:39:57 +01:00
parent 2f64bfa5af
commit c4573fa343
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
#include "r_thread.h"
#include "r_drawers.h"
#ifdef __arm__
#define NO_SSE
#endif
#ifndef NO_SSE
#include <immintrin.h>
#endif