Merge pull request #13 from r-a-sattarov/master

MCST Elbrus CPU support
This commit is contained in:
ptitSeb 2019-09-09 22:55:49 +02:00 committed by GitHub
commit 164070a54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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