mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +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 <vector>
|
||||
|
||||
#if defined(__arm__) && !defined(NO_SSE)
|
||||
#define NO_SSE
|
||||
#endif
|
||||
|
||||
class FString;
|
||||
|
||||
struct TriFullSpan
|
||||
|
|
Loading…
Reference in a new issue