Skip to content

Commit 16514cc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# notes
22
## clang arm predefininations
3-
- clang -arch arm64 -E -dM - < /dev/null
3+
- clang -arch arm64 -E -dM - < /dev/null | grep arm
44
```cpp
55
#define __arm64 1
66
#define __arm64__ 1

0 commit comments

Comments
 (0)