Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nzcv/note
Browse files Browse the repository at this point in the history
  • Loading branch information
nzcv committed Dec 9, 2021
2 parents c65233f + ea9e948 commit 8aeb2fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@
[08.Arm64堆栈保护机制](https://github.com/nzcv/note/tree/master/arm/08canary.md)

[09.Arm IF Switch对应实现](https://github.com/nzcv/note/tree/master/arm/09if_switch.md)

## Arm64相关文档

[Arm64官方手册_查阅C6.2](https://github.com/nzcv/note/releases/download/note_books/DDI0487G_a_armv8_arm.pdf)

## NDK对应clang版本号

```shell
android-ndk-r20 -> clang version 8.0.7
android-ndk-r21e -> clang version 9.0.9
```

0 comments on commit 8aeb2fc

Please sign in to comment.