[llvm-commits] [PATCH]: SandyBridge detection
Chris Lattner
clattner at apple.com
Tue Apr 5 13:23:54 PDT 2011
Yes, please do.
-Chris
On Apr 5, 2011, at 1:14 PM, Roman Divacky wrote:
> ok to commit?
>
> Index: lib/Support/Host.cpp
> ===================================================================
> --- lib/Support/Host.cpp (revision 128883)
> +++ lib/Support/Host.cpp (working copy)
> @@ -214,6 +214,8 @@
> // As found in a Summer 2010 model iMac.
> case 37: // Intel Core i7, laptop version.
> return "corei7";
> + case 42: // SandyBridge
> + return "sandybridge";
>
> case 28: // Intel Atom processor. All processors are manufactured using
> // the 45 nm process
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list