From e30c8740d2da7af52ae1320f4d597ffc73d41c5e Mon Sep 17 00:00:00 2001 From: Jakub Sujak Date: Mon, 13 Nov 2023 14:57:16 +0000 Subject: Remove the legacy core library Stop building and linking to the legacy libarm_compute_core artifact. This library is an artifact of Compute Library's legacy library architecture and no longer serves any purpose. Users should link only to the main libarm_compute library for core functionality. Resolves: COMPMID-6329 Change-Id: Ife9d2c25d275e7c676deb09632ae461f697efde9 Signed-off-by: Jakub Sujak Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10728 Reviewed-by: Anitha Raj Reviewed-by: Sang Won Ha Reviewed-by: Pablo Marquez Tello Benchmark: Arm Jenkins Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- docs/user_guide/release_version_and_change_log.dox | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/user_guide/release_version_and_change_log.dox') diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox index 11731e5a33..6d27ae31ad 100644 --- a/docs/user_guide/release_version_and_change_log.dox +++ b/docs/user_guide/release_version_and_change_log.dox @@ -41,6 +41,10 @@ If there is more than one release in a month then an extra sequential number is @section S2_2_changelog Changelog +v24.01 Public major release + - Remove the legacy 'libarm_compute_core' library. This library is an artifact of Compute Library's legacy library architecture and no longer serves any purpose. + You should link only to the main `libarm_compute` library for core functionality. + v23.11 Public major release - New features - Add support for input data type U64/S64 in CLCast and NECast. -- cgit v1.2.1