mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
Inline asm is not yet supported by clang
This commit is contained in:
parent
608a43ba2a
commit
27c9e79906
1 changed files with 2 additions and 0 deletions
|
|
@ -84,8 +84,10 @@ typedef unsigned _int64 U64;
|
|||
# define TORQUE_CPU_STRING "x86"
|
||||
# define TORQUE_CPU_X86
|
||||
# define TORQUE_LITTLE_ENDIAN
|
||||
#ifndef __clang__ // asm not yet supported with clang
|
||||
# define TORQUE_SUPPORTS_NASM
|
||||
# define TORQUE_SUPPORTS_VC_INLINE_X86_ASM
|
||||
#endif
|
||||
#elif defined( TORQUE_OS_XENON )
|
||||
# define TORQUE_CPU_STRING "ppc"
|
||||
# define TORQUE_CPU_PPC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue