aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/introduction.dox
diff options
context:
space:
mode:
authorGunes Bayir <gunes.bayir@arm.com>2021-11-05 12:34:34 +0000
committerGunes Bayir <gunes.bayir@arm.com>2021-11-09 12:24:47 +0000
commit08773700c0b8f66b364325df6a0c48bb08dc6b51 (patch)
tree0f4c9860774b078db9687bb6504e78951812217a /docs/user_guide/introduction.dox
parent071f1fc82e461cfd903ed122734e07d99cbf4340 (diff)
downloadComputeLibrary-08773700c0b8f66b364325df6a0c48bb08dc6b51.tar.gz
Update changelog and toolchain information/versions
Signed-off-by: Gunes Bayir <gunes.bayir@arm.com> Change-Id: I14e93698c64bf21e293f03b1307c2195b13d102b Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6599 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Sheri Zhang <sheri.zhang@arm.com>
Diffstat (limited to 'docs/user_guide/introduction.dox')
-rw-r--r--docs/user_guide/introduction.dox5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/user_guide/introduction.dox b/docs/user_guide/introduction.dox
index 6b10b9c2a2..a8c9926b8b 100644
--- a/docs/user_guide/introduction.dox
+++ b/docs/user_guide/introduction.dox
@@ -84,9 +84,12 @@ For each release we provide some pre-built binaries of the library [here](https:
These binaries have been built using the following toolchains:
- Linux armv7a: gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf
- Linux arm64-v8a: gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu
+ - Linux arm64-v8.2-a: gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu
+ - Linux arm64-v8.2-a (fat binary): gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu
- Linux armv8.2a-sve: gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu
- - Android armv7a: clang++ / libc++ NDK r18b
+ - Android armv7a: clang++ / libc++ NDK r20b
- Android am64-v8a: clang++ / libc++ NDK r20b
+ - Android arm64-v8.2-a: clang++ / libc++ NDK r20b
@warning Make sure to use a compatible toolchain to build your application or you will get some std::bad_alloc errors at runtime.