[Maxima] performance in 64 bits machines.

Steve Haflich smh at franz.com
Sun Sep 23 14:06:35 CDT 2007


   From: "P.U.Kruppa" <ulrich at pukruppa.net>
   
   So this is what I did, but how can I find out if it uses 64-bit 
   instructions?
   
Try (integer-length most-positive-fixnum)

This will provide a valuable hint about the implementation native word
size, although there is of course nothing in the standard whose
purpose is to tell you the details of data representation.  The intent
portable language definition is to insulate you from these things.


More information about the Maxima mailing list