We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d41776 commit 0d31acbCopy full SHA for 0d31acb
eb_hooks.py
@@ -1722,8 +1722,8 @@ def set_maximum(parallel, max_value):
1722
},
1723
'Qt6': {
1724
CPU_TARGET_A64FX: (set_maximum, 8),
1725
- CPU_TARGET_AARCH64_GENERIC: (set_maximum, 12),
1726
- CPU_TARGET_NEOVERSE_N1: (set_maximum, 12),
1727
- CPU_TARGET_NEOVERSE_V1: (set_maximum, 12),
+ CPU_TARGET_AARCH64_GENERIC: (divide_by_factor, 2),
+ CPU_TARGET_NEOVERSE_N1: (divide_by_factor, 2),
+ CPU_TARGET_NEOVERSE_V1: (divide_by_factor, 2),
1728
1729
}
0 commit comments