Merge pull request #16393 from p-linnane/m3-update

os/mac/hardware/cpu: update M3 value
This commit is contained in:
Bo Anderson 2023-12-28 18:19:17 +00:00 committed by GitHub
commit e794b99ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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