Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    be0d1334
    o Make EA-FOR-CDF-{REAL,IMAG}-STACK work with packed complex doubles. · be0d1334
    rtoy authored
      (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.
    be0d1334
    History
    o Make EA-FOR-CDF-{REAL,IMAG}-STACK work with packed complex doubles.
    rtoy authored
      (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.