o Make EA-FOR-CDF-{REAL,IMAG}-STACK work with packed complex doubles.
(This should be done in a better way.) o LOAD-COMPLEX-DOUBLE and MOVE-TO-COMPLEX-DOUBLE were storing instead of loading value. o Don't target the result register in MAKE-COMPLEX-DOUBLE-FLOAT. o Add some vops to do complex double float addition, subtraction, and multiplication. This requires changes to float-tran to be effective. The multiplication vop uses an sse3 instruction so it needs to be rewritten.
Please register or sign in to comment