Add aarch64 docs

This commit is contained in:
Alex Crichton
2017-09-25 13:38:12 -07:00
parent d978ac4c81
commit b44d388d88
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ This is a **work in progress**.
* [Documentation - i686][i686]
* [Documentation - x86\_64][x86_64]
* [Documentation - arm][arm]
* [Documentation - aarch64][aarch64]
* [How to get started][contrib]
* [How to help implement intrinsics][help-implement]
+1
View File
@@ -28,6 +28,7 @@ dox() {
dox i686 i686-unknown-linux-gnu
dox x86_64 x86_64-unknown-linux-gnu
dox arm armv7-unknown-linux-gnueabihf
dox aarch64 aarch64-unknown-linux-gnu
# If we're on travis, not a PR, and on the right branch, publish!
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then