Skip to content

Commit

Permalink
os/mac/hardware/cpu: add update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane committed Jan 6, 2024
1 parent a0f6b93 commit f63b089
Showing 1 changed file with 2 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 @@ -116,6 +116,8 @@ def arm_family
when 0x72015832 # ARMv8.6-A (M3 Max, Palma)
:arm_palma
else
# When adding new ARM CPU families, please also update
# test/hardware/cpu_spec.rb to include the new families.
:dunno
end
end
Expand Down

0 comments on commit f63b089

Please sign in to comment.