mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 13:50:48 +00:00
- Removed redundant #ifdef __arm__ #define NO_SSE from 2.5D drawers
This commit is contained in:
parent
2d035a39b4
commit
f1ce0f1136
2 changed files with 0 additions and 8 deletions
|
@ -33,10 +33,6 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifdef __arm__
|
||||
#define NO_SSE
|
||||
#endif
|
||||
|
||||
#ifndef NO_SSE
|
||||
#include <xmmintrin.h>
|
||||
#endif
|
||||
|
|
|
@ -30,10 +30,6 @@
|
|||
#include "swrenderer/viewport/r_walldrawer.h"
|
||||
#include "swrenderer/viewport/r_spritedrawer.h"
|
||||
|
||||
#ifdef __arm__
|
||||
#define NO_SSE
|
||||
#endif
|
||||
|
||||
#ifndef NO_SSE
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue