E2K: added initial support for MCST Elbrus CPU

This commit is contained in:
r-a-sattarov 2019-09-09 22:55:47 +03:00
parent 669dc9148d
commit aae4713e46

View File

@ -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