Revert "cpu: aarch64: Update ACL reorder API" (#3522)

This commit is contained in:
Ryo Suzuki
2025-07-04 11:42:55 +01:00
committed by GitHub
parent 33b04dd868
commit faaa1411fa
4 changed files with 164 additions and 229 deletions

View File

@ -33,7 +33,7 @@ find_package(ACL REQUIRED)
# Required. The minimum compatible major-version as per Semantic Versioning.
set(ACL_MIN_MAJOR_VERSION "52")
set(ACL_MIN_MINOR_VERSION "1")
set(ACL_MIN_MINOR_VERSION "0")
set(ACL_MIN_VERSION "${ACL_MIN_MAJOR_VERSION}.${ACL_MIN_MINOR_VERSION}")
# Optional. Maximum known compatible version if any.