This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, fortran] Inline DOT_PRODUCT


Janne and Steven,

Having told you that the dot_product patch is compatible with any kind, I have gone and submitted a patch with the constraint still in place!

I am not in a postion to resubmit now.  If you want to test the patch, please expunge:


  /* Use the library for kind > 8. */
  if (expr->ts.kind > 8)
    {
      gfc_conv_intrinsic_funcall (se, expr);
      return;
    }

from gfc_conv_intrinisc_dot_product. 

Cheers

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]