Skip to content
Commit 7b313ca1 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix complex multiply vop.

Under some conditions (see trac.65 in tests/trac.lisp) r is packed
into the same location as either x or y, and we were overwriting x (or
y) with the result before we had finished with the values in x (or y).

With this, trac.65 passes on sparc now.
parent c4aaa909
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment