We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5ebd9 commit 41d5fc6Copy full SHA for 41d5fc6
README.md
@@ -1,4 +1,11 @@
1
# notes
2
+## clang arm predefininations
3
+- clang -arch arm64 -E -dM - < /dev/null
4
+```cpp
5
+#define __arm64 1
6
+#define __arm64__ 1
7
+```
8
+
9
## python mirrors
10
* http://npm.taobao.org/mirrors/python
11
0 commit comments