Skip to content
  • rtoy's avatar
    compiler/float-tran.lisp: · 5a98a234
    rtoy authored
    o Sparc has a vop for complex conjugate, so we can disable the
      deftransform.
    o Both sparc and x86 have a vop to do float - complex, so disable that
      transform too.
    
    compiler/sparc/float.lisp:
    o Fix the float-complex vop to do the right thing wrt contagion.
    o Remove some old commented out vop for complex*complex and
      complex/complex.
    5a98a234