FS-11423: [mod_isac] Add ARM64 detection.

This commit is contained in:
Andrey Volk 2018-09-30 18:53:41 +03:00
parent 0bde42affd
commit 7ebe4134ef
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@
#define WEBRTC_ARCH_X86_64
#define WEBRTC_ARCH_64_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#elif defined(__aarch64__)
#define WEBRTC_ARCH_64_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#elif defined(_M_IX86) || defined(__i386__)
#define WEBRTC_ARCH_X86_FAMILY
#define WEBRTC_ARCH_X86