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  
    26882688      {
    26892689         if (wp->CC[0])  /* need non-default compilation rule */
    26902690         {
    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)";
    26952692            for (j=0; j < nbetas; j++)
    26962693            {
    26972694               for(k=0; k < wp->ncomps; k++)