From 0f76f9e08958bf195a610cef5e28cfb659a06c30 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Thu, 28 Nov 2019 14:59:35 +0000 Subject: COMPMID-2917 Update android toolchain in doxygen document Signed-off-by: SiCong Li Change-Id: Ia6a1d3e4af747f95896d928e5cbd3188496c96e5 Reviewed-on: https://review.mlplatform.org/c/2385 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- docs/00_introduction.dox | 5 +++-- 1 file 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 -- cgit v1.2.1