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 fc85170 commit 4385509Copy full SHA for 4385509
tests/framework/utils_cpu_templates.py
@@ -58,6 +58,8 @@ def get_supported_custom_cpu_templates():
58
return ["v1n1", "aarch64_with_sve_and_pac"]
59
case CpuVendor.ARM, CpuModel.ARM_NEOVERSE_V1:
60
return ["aarch64_with_sve_and_pac"]
61
+ case CpuVendor.ARM, CpuModel.ARM_NEOVERSE_V2:
62
+ return ["aarch64_with_sve_and_pac"]
63
case _:
64
return []
65
0 commit comments