build: arm target support

This commit is contained in:
nillerusr
2021-04-25 23:36:09 +03:00
parent e794dbcbb1
commit 50a93ce91a
51 changed files with 8210 additions and 4386 deletions
+5 -5
View File
@@ -22,7 +22,8 @@
// For rand(). We really need a library!
#include <stdlib.h>
#ifndef _X360
#if defined(__SSE__) || defined(_M_IX86_FP)
#define USE_SSE
// For MMX intrinsics
#include <xmmintrin.h>
#endif
@@ -209,10 +210,9 @@ private:
FORCEINLINE void NetworkVarConstruct( Vector &v ) { v.Zero(); }
#define USE_M64S ( ( !defined( _X360 ) ) )
#ifdef USE_SSE
#define USE_M64S
#endif
//=========================================================
// 4D Short Vector (aligned on 8-byte boundary)