Skip to content

Commit 41d5fc6

Browse files
authored
Update README.md
1 parent fc5ebd9 commit 41d5fc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# 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+
29
## python mirrors
310
* http://npm.taobao.org/mirrors/python
411

0 commit comments

Comments
 (0)