summaryrefslogtreecommitdiff
blob: 6ab7d2ace5034d6b33329c7b1b1a02ae3effebcb (plain)
1
2
3
4
5
6
7
8
9
10
--- /var/tmp/portage/blas-atlas-3.7.11/work/ATLAS/config.c.orig	2006-06-13 18:26:29.000000000 +0200
+++ /var/tmp/portage/blas-atlas-3.7.11/work/ATLAS/config.c	2006-06-13 20:23:47.000000000 +0200
@@ -3088,6 +3088,7 @@
             else if (strstr(ln2, "7410")) mach = PPCG4;
             else if (strstr(ln2, "7455")) mach = PPCG4;
             else if (strstr(ln2, "PPC970FX")) mach = PPCG5;
+            else if (strstr(ln2, "altivec") && !Use64Bits) mach = PPCG4;
          }
          break;
       case LASPARC:  /* don't know here anymore */