mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
E2K: added initial support for MCST Elbrus CPU
This commit is contained in:
parent
669dc9148d
commit
aae4713e46
|
@ -65,7 +65,7 @@ typedef uint32_t UINT;
|
|||
#endif
|
||||
|
||||
#if defined(__x86_64__) || defined(_M_X64) || defined(__aarch64__) || defined(_ARCH_PPC64) \
|
||||
|| defined(_M_IA64) || defined(__IA64__)
|
||||
|| defined(_M_IA64) || defined(__IA64__) || defined(__e2k__)
|
||||
|
||||
#define PLATFORM_64BIT 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user