Merge pull request #18779 from kiracus/m4

Add M4 processor
This commit is contained in:
Mike McQuaid 2024-11-17 08:46:22 +00:00 committed by GitHub
commit 22fd47b268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,8 @@ module Hardware
:arm_lobos
when 0x72015832 # ARMv8.6-A (M3 Max, Palma)
:arm_palma
when 0x6f5129ac # ARMv9.2-A (M4, Donan)
:arm_donan
else
# When adding new ARM CPU families, please also update
# test/hardware/cpu_spec.rb to include the new families.

View File

@ -29,6 +29,7 @@ RSpec.describe Hardware::CPU do
:amd_k12,
:arm,
:arm_blizzard_avalanche,
:arm_donan,
:arm_firestorm_icestorm,
:arm_hurricane_zephyr,
:arm_ibiza,