Skip to content
Snippets Groups Projects
Commit 3934a9cb authored by rtoy's avatar rtoy
Browse files

code/numbers.lisp:

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).
parent 50893f47
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment