From 7f014a69b90cbdd6bac11c45cc148fc6d7b79cac Mon Sep 17 00:00:00 2001 From: Gunes Bayir Date: Wed, 10 Nov 2021 14:21:42 +0000 Subject: Prevent overriding SVE support if disabled in hwcaps Resolves: COMPMID-4971 Signed-off-by: Gunes Bayir Change-Id: I8f64409a4feeb92c0e99025cf87a984a1fa188a3 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6657 Reviewed-by: David Mansell Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- src/common/cpuinfo/CpuIsaInfo.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/common/cpuinfo/CpuIsaInfo.cpp') diff --git a/src/common/cpuinfo/CpuIsaInfo.cpp b/src/common/cpuinfo/CpuIsaInfo.cpp index 7899e0dd92..616553377a 100644 --- a/src/common/cpuinfo/CpuIsaInfo.cpp +++ b/src/common/cpuinfo/CpuIsaInfo.cpp @@ -125,10 +125,6 @@ void allowlisted_model_features(CpuIsaInfo &isa, CpuModel model) { isa.fp16 = model_supports_fp16(model); } - if(isa.sve == false) - { - isa.sve = model_supports_sve(model); - } } } // namespace -- cgit v1.2.1