From d4f162827c017939fe4faef4ef0062f58bcae10c Mon Sep 17 00:00:00 2001 From: Ramy Elgammal Date: Thu, 11 Aug 2022 16:23:22 +0100 Subject: Update release notes about armv8.6 build flag change Partially Resolves: COMPMID-5346 Signed-off-by: Ramy Elgammal Change-Id: Ida1ad7ff19837203b3366466ba8018386cd6b18f Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8065 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: SiCong Li Comments-Addressed: Arm Jenkins --- docs/user_guide/release_version_and_change_log.dox | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox index 3c37b4f4c3..1eeb11189e 100644 --- a/docs/user_guide/release_version_and_change_log.dox +++ b/docs/user_guide/release_version_and_change_log.dox @@ -62,6 +62,7 @@ v22.08 Public major release - Add fixed-format BF16, FP16 and FP32 Neon™ GEMM kernels to support variable weights. - Add new winograd convolution kernels implementation and update the ACL \link arm_compute::cpu::CpuWinogradConv2d CpuWinogradConv2d\endlink operator. - Add experimental support for native builds for Windows on Arm®. + - Build flag interpretation change: arch=armv8.6-a now translates to -march=armv8.6-a CXX flag instead of march=armv8.2-a + explicit selection of feature extensions. - Build flag change: toolchain_prefix, compiler_prefix: - Use empty string "" to suppress any prefixes. - Use "auto" to use default (auto) prefixes chosen by the build script. This is the default behavior when unspecified. -- cgit v1.2.1