Skip to content

Commit

Permalink
Merge pull request #18779 from kiracus/m4
Browse files Browse the repository at this point in the history
Add M4 processor
  • Loading branch information
MikeMcQuaid authored Nov 17, 2024
2 parents edacade + 46389de commit 22fd47b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/extend/os/mac/hardware/cpu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ def arm_family
: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.
Expand Down
1 change: 1 addition & 0 deletions Library/Homebrew/test/hardware/cpu_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
:amd_k12,
:arm,
:arm_blizzard_avalanche,
:arm_donan,
:arm_firestorm_icestorm,
:arm_hurricane_zephyr,
:arm_ibiza,
Expand Down

0 comments on commit 22fd47b

Please sign in to comment.