mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
Merge pull request #13 from r-a-sattarov/master
MCST Elbrus CPU support
This commit is contained in:
commit
164070a54c
|
@ -65,7 +65,7 @@ typedef uint32_t UINT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__x86_64__) || defined(_M_X64) || defined(__aarch64__) || defined(_ARCH_PPC64) \
|
#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
|
#define PLATFORM_64BIT 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user