From 5eeb0e79a3234000da5935e21ed38d4311ca0a4f Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 1 Jul 2013 00:44:54 -0500 Subject: [PATCH] Hardware::CPU (Mac): add Haswell See Homebrew/homebrew#20935. --- Library/Homebrew/os/mac/hardware.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/os/mac/hardware.rb b/Library/Homebrew/os/mac/hardware.rb index a4c54b0d8d..d14952b8d1 100644 --- a/Library/Homebrew/os/mac/hardware.rb +++ b/Library/Homebrew/os/mac/hardware.rb @@ -42,6 +42,8 @@ module MacCPUs :sandybridge when 0x1F65E835 # Ivy Bridge :ivybridge + when 0x10B282DC # Haswell + :haswell else :dunno end