aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guide/introduction.dox4
-rw-r--r--docs/user_guide/release_version_and_change_log.dox4
2 files changed, 4 insertions, 4 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>.
diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox
index c4b157f0c8..c64f464b4b 100644
--- a/docs/user_guide/release_version_and_change_log.dox
+++ b/docs/user_guide/release_version_and_change_log.dox
@@ -37,7 +37,7 @@ If there is more than one release in a month then an extra sequential number is
v17.04 (First release of April 2017)
@note We're aiming at releasing one major public release with new features per quarter. All releases in between will only contain bug fixes.
-@note Starting from this release (22.05), 'master' branch will no longer be used, it has been replaced by 'main'. Please update your clone jobs accordingly.
+@note Starting from release 22.05, 'master' branch will no longer be used, it has been replaced by 'main'. Please update your clone jobs accordingly.
@section S2_2_changelog Changelog
@@ -47,7 +47,7 @@ v22.08 Public major release
- Use "auto" to use default (auto) prefixes chosen by the build script. This is the default behavior when unspecified
- Any other string will be used as custom prefixes to the compiler and the rest of toolchain tools
- The default behaviour when prefix is unspecified does not change, but its signifier has been changed from empty string "" to "auto"
- - armv7a will no longer be supported on Android
+ - armv7a with Android build will no longer be tested or maintained
v22.05 Public major release
- Various bug fixes.