Merge pull request #16437 from p-linnane/m3-cpu-spec

test/hardware/cpu_spec: add M3 values
This commit is contained in:
Patrick Linnane 2024-01-06 09:11:36 -08:00 committed by GitHub
commit 3821fab241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -116,6 +116,8 @@ module Hardware
when 0x72015832 # ARMv8.6-A (M3 Max, Palma)
:arm_palma
else
# When adding new ARM CPU families, please also update
# test/hardware/cpu_spec.rb to include the new families.
:dunno
end
end

View File

@ -28,11 +28,13 @@ describe Hardware::CPU do
:amd_k12,
:arm,
:arm_blizzard_avalanche,
:arm_everest_sawtooth,
:arm_firestorm_icestorm,
:arm_hurricane_zephyr,
:arm_ibiza,
:arm_lightning_thunder,
:arm_lobos,
:arm_monsoon_mistral,
:arm_palma,
:arm_twister,
:arm_typhoon,
:arm_vortex_tempest,