aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-08-10 17:36:36 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit3a6163ed0c2d0ab4cac0456e8f66c704c6ad10c2 (patch)
treef2e34b47fb0b8bf1fac18c337a67c0145def7b7b /docs/00_introduction.dox
parente3f1bd10e71075f7d8b406698809666e1eb4e7ae (diff)
downloadComputeLibrary-3a6163ed0c2d0ab4cac0456e8f66c704c6ad10c2.tar.gz
COMPMID-1499: Fixed issues to build for FP16 on Android
Change-Id: I7cd15e9115b5c6f544005528d69061751286be11 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/143708 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Michele DiGiorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index f2ad539aeb..e221f7dc00 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -849,6 +849,7 @@ Below is a list of the common parameters among the graph examples :
For Android, the library was successfully built and tested using Google's standalone toolchains:
- clang++ from NDK r17b for armv7a
- clang++ from NDK r17b for arm64-v8a
+ - clang++ from NDK r18-beta1 for arm64-v8.2-a with FP16 support
Here is a guide to <a href="https://developer.android.com/ndk/guides/standalone_toolchain.html">create your Android standalone toolchains from the NDK</a>