mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- removed another vestigial #define NO_SSE
This commit is contained in:
parent
2c3d867946
commit
c5805ddd6e
1 changed files with 0 additions and 4 deletions
|
@ -25,10 +25,6 @@
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#if defined(__arm__) && !defined(NO_SSE)
|
|
||||||
#define NO_SSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class FString;
|
class FString;
|
||||||
|
|
||||||
struct TriFullSpan
|
struct TriFullSpan
|
||||||
|
|
Loading…
Reference in a new issue