We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d5fc6 commit 16514ccCopy full SHA for 16514cc
README.md
@@ -1,6 +1,6 @@
1
# notes
2
## clang arm predefininations
3
-- clang -arch arm64 -E -dM - < /dev/null
+- clang -arch arm64 -E -dM - < /dev/null | grep arm
4
```cpp
5
#define __arm64 1
6
#define __arm64__ 1
0 commit comments