Skip to content
Snippets Groups Projects
Commit 199cd5fa authored by rtoy's avatar rtoy
Browse files

More complex contagion stuff.

code/exports.lisp:
o Export %complex-{single,double,double-double}-float

compiler/sparc/float.lisp:
o Add deftransforms instead of vops to handle the %complex-foo
  conversions.

compiler/x86/float-sse2.lisp:
o Add vops to convert to complexes, taking advantage of packed
  operations when possible.
o Add temporary reg that was accidentally deleted back in to the
  complex-op-float vops

compiler/x86/insts.lisp:
o Define cvtpd2ps and cvtps2pd instructions.
parent e42c0aa0
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