aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2019-11-28 14:59:35 +0000
committerSiCong Li <sicong.li@arm.com>2019-11-28 16:49:03 +0000
commit0f76f9e08958bf195a610cef5e28cfb659a06c30 (patch)
tree38f106123a1b22108f4b73608d737cabd2339a04
parent9a4513ab1650f8acd3c21c3ae5595e792baa6037 (diff)
downloadComputeLibrary-0f76f9e08958bf195a610cef5e28cfb659a06c30.tar.gz
COMPMID-2917 Update android toolchain in doxygen documentv19.11
Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: Ia6a1d3e4af747f95896d928e5cbd3188496c96e5 Reviewed-on: https://review.mlplatform.org/c/2385 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--docs/00_introduction.dox5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 476023b43f..301e9755cc 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -51,8 +51,8 @@ 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-4.9-2016.02-x86_64_arm-linux-gnueabihf
- Linux arm64-v8a: gcc-linaro-4.9-2016.02-x86_64_aarch64-linux-gnu
- - Android armv7a: clang++ / libc++ NDK r17b
- - Android am64-v8a: clang++ / libc++ NDK r17b
+ - Android armv7a: clang++ / libc++ NDK r17c
+ - Android am64-v8a: clang++ / libc++ NDK r17c
@warning Make sure to use a compatible toolchain to build your application or you will get some std::bad_alloc errors at runtime.
@@ -239,6 +239,7 @@ If there is more than one release in a month then an extra sequential number is
v19.11 Public major release
- Various bug fixes.
- Various optimisations.
+ - Updated recommended NDK version to r17c.
- Deprecated OpenCL kernels / functions:
- CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel
- CLDepthwiseIm2ColKernel