aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/introduction.dox
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2022-06-21 10:06:51 +0100
committerSiCong Li <sicong.li@arm.com>2022-06-29 13:23:04 +0000
commit13f96d0a5efc140785a6de58bff9b24b80dd0cfd (patch)
treebf7b281dccf7f483294f5089981070145966a52f /docs/user_guide/introduction.dox
parentd8804fdc4254f614e48296e5a4efef2833ba4163 (diff)
downloadComputeLibrary-13f96d0a5efc140785a6de58bff9b24b80dd0cfd.tar.gz
Fix armv7a on Android "end-of-support" build and documentation
* Only print a warning for this build * Fix the wording in documentation to avoid misunderstanding. User can still run armv7a on Android, but we stop testing it and this build is discouraged Resolves COMPMID-5379 Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: I3d00baa2479671bcef8882db0e3d3cc3043d5811 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7838 Tested-by: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/user_guide/introduction.dox')
-rw-r--r--docs/user_guide/introduction.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/introduction.dox b/docs/user_guide/introduction.dox
index a727be847e..7086f86c7c 100644
--- a/docs/user_guide/introduction.dox
+++ b/docs/user_guide/introduction.dox
@@ -39,6 +39,8 @@ Several builds of the library are available using various configurations:
- Technology: Arm® Neon™ / OpenCL / Arm® Neon™ and OpenCL.
- Debug / Asserts / Release: Use a build with asserts enabled to debug your application and enable extra validation. Once you are sure your application works as expected you can switch to a release build of the library for maximum performance.
+@warning From 22.08 release, armv7a with Android build will no longer be tested or maintained.
+
@b Minimum toolchains requirements are shown below:
<table>
@@ -70,8 +72,6 @@ Several builds of the library are available using various configurations:
<td>Monterey (OS version): clang 13 (native)
</table>
-@warning From 22.08 release, armv7a will no longer be supported on Android.
-
@section S0_1_contact Contact / Support
Please create an issue on <a href="https://github.com/ARM-software/ComputeLibrary/issues">Github</a>.