mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 22:53:47 +00:00
Added identify the CPU x64.
This commit is contained in:
parent
835649aa2f
commit
b1c52f8bb1
1 changed files with 5 additions and 1 deletions
|
|
@ -70,7 +70,11 @@ typedef unsigned _int64 U64;
|
|||
|
||||
//--------------------------------------
|
||||
// Identify the CPU
|
||||
#if defined(_M_IX86)
|
||||
#if defined(_M_X64)
|
||||
# define TORQUE_CPU_STRING "x64"
|
||||
# define TORQUE_CPU_X64
|
||||
# define TORQUE_LITTLE_ENDIAN
|
||||
#elif defined(_M_IX86)
|
||||
# define TORQUE_CPU_STRING "x86"
|
||||
# define TORQUE_CPU_X86
|
||||
# define TORQUE_LITTLE_ENDIAN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue