Parent Directory
|
Revision Log
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 |