/[gentoo-x86]/sys-devel/llvm/files/llvm-3.1-ivybridge_support.patch
Gentoo

Contents of /sys-devel/llvm/files/llvm-3.1-ivybridge_support.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Jun 14 16:22:07 2012 UTC (11 months, 1 week ago) by voyageur
Branch: MAIN
CVS Tags: HEAD
Fix Ivy bridge processors detection with -march=native

(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

1 --- llvm/trunk/lib/Support/Host.cpp 2012/04/23 22:22:46 155401
2 +++ llvm/trunk/lib/Support/Host.cpp 2012/04/23 22:41:39 155402
3 @@ -230,6 +230,10 @@
4 case 45:
5 return "corei7-avx";
6
7 + // Ivy Bridge:
8 + case 58:
9 + return "core-avx-i";
10 +
11 case 28: // Intel Atom processor. All processors are manufactured using
12 // the 45 nm process
13 return "atom";

  ViewVC Help
Powered by ViewVC 1.1.17