Skip to content
Snippets Groups Projects
Commit 26d6625a authored by rtoy's avatar rtoy
Browse files

compiler/float-tran.lisp:

o Remove deftransform for +, -, * for complex single-floats so we can
  use our vops.

compiler/x86/float-sse2.lisp:
o Forgot to implement packed versions of complex-single-move and
  move-to-complex-single.
o Use movlps instead of movups (which is wrong for our packed
  numbers).
o Add vops for complex single +, -, and *, and division of a complex
  single by a single-float
parent 6e319c6e
No related branches found
No related tags found
No related merge requests found
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