8000 Merge pull request #600 from kived/arm64-includes · peterdocter/python-for-android@6beac27 · GitHub
[go: up one dir, main page]

Skip to content
65E6

Commit 6beac27

Browse files
committed
Merge pull request kivy#600 from kived/arm64-includes
add missing arm64 include stub
2 parents 72c57b1 + b455e33 commit 6beac27

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#ifndef _ARM64_CPU_FEATURES
2+
#define _ARM64_CPU_FEATURES
3+
4+
#define __ARM_ARCH__ 8
5+
#define __ARM_HAVE_HALFWORD_MULTIPLY 1
6+
7+
#endif // _ARM64_CPU_FEATURES

0 commit comments

Comments
 (0)
0