mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-08-23 17:47:28 +00:00
7 lines
150 B
C
7 lines
150 B
C
#ifndef _ARM64_CPU_FEATURES
|
|
#define _ARM64_CPU_FEATURES
|
|
|
|
#define __ARM_ARCH__ 8
|
|
#define __ARM_HAVE_HALFWORD_MULTIPLY 1
|
|
|
|
#endif // _ARM64_CPU_FEATURES
|