Skip to content

Commit 4385509

Browse files
ShadowCurseroypat
authored andcommitted
chore: enable SVE and PAC custom template for G4
Enable SVE and PAC custom template for G4. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent fc85170 commit 4385509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/framework/utils_cpu_templates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ def get_supported_custom_cpu_templates():
5858
return ["v1n1", "aarch64_with_sve_and_pac"]
5959
case CpuVendor.ARM, CpuModel.ARM_NEOVERSE_V1:
6060
return ["aarch64_with_sve_and_pac"]
61+
case CpuVendor.ARM, CpuModel.ARM_NEOVERSE_V2:
62+
return ["aarch64_with_sve_and_pac"]
6163
case _:
6264
return []
6365

0 commit comments

Comments
 (0)