View | Details | Raw Unified | Return to bug 248155
Collapse All | Expand All

(-)graphics/qt5-3d/files/patch-src_core_configure.json (+11 lines)
Added Link Here
1
--- src/core/configure.json.orig	2021-04-29 15:52:01 UTC
2
+++ src/core/configure.json
3
@@ -96,7 +96,7 @@
4
         "qt3d-simd-avx2": {
5
             "label": "Use AVX2 instructions",
6
             "purpose": "Use AVX2 SIMD instructions to accelerate matrix operations",
7
-            "autoDetect": "subarch.avx2",
8
+            "autoDetect": "features.avx2",
9
             "enable": "input.qt3d-simd == 'avx2'",
10
             "disable": "input.qt3d-simd == 'sse2' || input.qt3d-simd == 'no' || arch.i386",
11
             "output": [ "privateFeature" ]

Return to bug 248155