Skip to content
  • rtoy's avatar
    code/numbers.lisp: · 3934a9cb
    rtoy authored
    o Do appropriate contagion when computing a complex + real or complex
      - real.  (+ #c(1d0 -0d0)  1d0) should be #c(2d0 0d0), not #c(2d0
        -0d0).
    
    compiler/x86/float-sse2.lisp:
    o Update vops for computing complex +/- float and float + complex to
      do appropriate contagion so that the imaginary part has the correct
      sign (as above for numbers.lisp).
    3934a9cb