commit
22fd47b268
@ -127,6 +127,8 @@ module Hardware
|
|||||||
:arm_lobos
|
:arm_lobos
|
||||||
when 0x72015832 # ARMv8.6-A (M3 Max, Palma)
|
when 0x72015832 # ARMv8.6-A (M3 Max, Palma)
|
||||||
:arm_palma
|
:arm_palma
|
||||||
|
when 0x6f5129ac # ARMv9.2-A (M4, Donan)
|
||||||
|
:arm_donan
|
||||||
else
|
else
|
||||||
# When adding new ARM CPU families, please also update
|
# When adding new ARM CPU families, please also update
|
||||||
# test/hardware/cpu_spec.rb to include the new families.
|
# test/hardware/cpu_spec.rb to include the new families.
|
||||||
|
|||||||
@ -29,6 +29,7 @@ RSpec.describe Hardware::CPU do
|
|||||||
:amd_k12,
|
:amd_k12,
|
||||||
:arm,
|
:arm,
|
||||||
:arm_blizzard_avalanche,
|
:arm_blizzard_avalanche,
|
||||||
|
:arm_donan,
|
||||||
:arm_firestorm_icestorm,
|
:arm_firestorm_icestorm,
|
||||||
:arm_hurricane_zephyr,
|
:arm_hurricane_zephyr,
|
||||||
:arm_ibiza,
|
:arm_ibiza,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user