8000 add missing arm64 include stub · peterdocter/python-for-android@b455e33 · GitHub
[go: up one dir, main page]

Skip to content

Commit b455e33

Browse files
committed
add missing arm64 include stub
1 parent 82a7f4f commit b455e33

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