-
- Downloads
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).
Loading
Please register or sign in to comment