Merge pull request #16393 from p-linnane/m3-update
os/mac/hardware/cpu: update M3 value
This commit is contained in:
commit
e794b99ea5
@ -109,8 +109,12 @@ module Hardware
|
||||
:arm_firestorm_icestorm
|
||||
when 0xda33d83d # ARMv8.5-A (Blizzard, Avalanche)
|
||||
:arm_blizzard_avalanche
|
||||
when 0x8765edea # ARMv8.6-A (Everest, Sawtooth)
|
||||
:arm_everest_sawtooth
|
||||
when 0xfa33415e # ARMv8.6-A (M3, Ibiza)
|
||||
:arm_ibiza
|
||||
when 0x5f4dea93 # ARMv8.6-A (M3 Pro, Lobos)
|
||||
:arm_lobos
|
||||
when 0x72015832 # ARMv8.6-A (M3 Max, Palma)
|
||||
:arm_palma
|
||||
else
|
||||
:dunno
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user