On 3/4/11 2:03 AM, Robert Dodier wrote:
> So there is a Windows package built with CCL now.
> The one problem that's unresolved is that the CCL
> binary uses instructions (SSE2) which don't exist
> on some old CPU's. How big a problem is that?
> Can we recompile CCL to not use those instructions?
> or is there some other workaround?
I think it would be a big effort to get CCL to run without SSE2
instructions. I think all the internal operations need to be changed to
use x87 instructions; you can't just recompile CCL to enable what
doesn't exist, unfortunately. (Wouldn't that be really cool, though? :-) )
Ray