Skip to content

Commit

Permalink
Merge pull request Homebrew#16393 from p-linnane/m3-update
Browse files Browse the repository at this point in the history
os/mac/hardware/cpu: update M3 value
  • Loading branch information
Bo98 authored Dec 28, 2023
2 parents 84c2360 + c0e6892 commit e794b99
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Library/Homebrew/extend/os/mac/hardware/cpu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,12 @@ def arm_family
: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
Expand Down

0 comments on commit e794b99

Please sign in to comment.