Ticket #44460: patch-emit_mm_c.diff
File patch-emit_mm_c.diff, 620 bytes (added by josephsacco, 10 years ago) |
---|
-
tune/blas/gemm/emit_mm.c
old new 2688 2688 { 2689 2689 if (wp->CC[0]) /* need non-default compilation rule */ 2690 2690 { 2691 char *comp = (wp->CC[0] == 'g' && wp->CC[1] == 'c' 2692 && wp->CC[2] == 'c' && 2693 (wp->CC[3] == '\0' || wp->CC[3] == ' ')) 2694 ? "$(GOODGCC)" : wp->CC; 2691 char *comp = "$(GOODGCC)"; 2695 2692 for (j=0; j < nbetas; j++) 2696 2693 { 2697 2694 for(k=0; k < wp->ncomps; k++)