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

x86/float-sse2.lisp:

o Add vop to divide a complex by a real using packed operations.

float-tran.lisp:
o New transform for /.  Take advantage of packed complex multiply and
  packed division of a complex by a real.
o Remove deftransform for dividing a complex double-float by a
  double-float.

These give a moderate speedup for complex double-float divison.  Still
seems much slower than x87.
parent c8d26008
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