mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
Added x64 check for SSE Intrinsic functions
This commit is contained in:
parent
bcb56a027d
commit
00cf5ab577
5 changed files with 5 additions and 5 deletions
|
|
@ -21,7 +21,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
#include "ts/tsMesh.h"
|
||||
|
||||
#if defined(TORQUE_CPU_X86)
|
||||
#if (defined( TORQUE_CPU_X86 ) || defined( TORQUE_CPU_X64 ))
|
||||
#include "ts/tsMeshIntrinsics.h"
|
||||
#include <xmmintrin.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue