Hardware::CPU (Mac): add Haswell

See Homebrew/homebrew#20935.
This commit is contained in:
Misty De Meo 2013-07-01 00:44:54 -05:00
parent 1c1b7ed683
commit 5eeb0e79a3

View File

@ -42,6 +42,8 @@ module MacCPUs
:sandybridge
when 0x1F65E835 # Ivy Bridge
:ivybridge
when 0x10B282DC # Haswell
:haswell
else
:dunno
end