We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e6cf6b + 2df95e3 commit d5a9bb8Copy full SHA for d5a9bb8
1 file changed
eb_hooks.py
@@ -1720,4 +1720,10 @@ def set_maximum(parallel, max_value):
1720
'Qt5': {
1721
CPU_TARGET_A64FX: (set_maximum, 8),
1722
},
1723
+ 'Qt6': {
1724
+ CPU_TARGET_A64FX: (set_maximum, 8),
1725
+ CPU_TARGET_AARCH64_GENERIC: (divide_by_factor, 2),
1726
+ CPU_TARGET_NEOVERSE_N1: (divide_by_factor, 2),
1727
+ CPU_TARGET_NEOVERSE_V1: (divide_by_factor, 2),
1728
+ },
1729
}
0 commit comments