Skip to content
Snippets Groups Projects
Commit 5ccf36d8 authored by rtoy's avatar rtoy
Browse files

Experiment to store (complex double) numbers as packed values in SSE2

registers.

compiler/x86/vm.lisp:
o Can use all 8 SSE2 registers instead of every other one for complex
  double's.

compiler/x86/float-sse2.lisp:
compiler/x86/sse2-array.lisp:
o Update all complex-double vops to handle packed storage of
  complex doubles.
parent 5892a67b
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