Skip to content
  • rtoy's avatar
    o Add CDABS and DCONJG to the list of intrinsic functions. · 4876816c
    rtoy authored
    o Modify PARSE-DO-LOOP to be a little more forgiving to handle some
      issues in BLAS routines.  We recognize things like "DO 10, X=1,10"
      and treat it as if it were "DO 10 X=1,10".  Strictly speaking, the
      former is illegal, but it seems many compilers accept it.
    o Make REDUCE-DATA-TYPE recognize "double complex" as if it were
      "complex*16".  Some BLAS routines use "double complex".
    4876816c