Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    5a98a234
    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
    History
    compiler/float-tran.lisp:
    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.