We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a7f4f commit b455e33Copy full SHA for b455e33
1 file changed
pythonforandroid/includes/arm64-v8a/machine/cpu-features.h
@@ -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