diff --git a/library/stdarch/README.md b/library/stdarch/README.md index 4155c99fc618..af22e7dbb478 100644 --- a/library/stdarch/README.md +++ b/library/stdarch/README.md @@ -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] diff --git a/library/stdarch/ci/dox.sh b/library/stdarch/ci/dox.sh index 9721745d443a..b8998bb15ec7 100755 --- a/library/stdarch/ci/dox.sh +++ b/library/stdarch/ci/dox.sh @@ -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