mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +00:00
Disable SSE on arm
This commit is contained in:
parent
2f64bfa5af
commit
c4573fa343
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue