[Ecls-list] Support for specialized array of 32-bits integers?
Goffioul Michael
goffioul at imec.be
Thu Jun 2 03:09:18 UTC 2005
> Goffioul Michael wrote:
>
> >Would it be possible to support 32-bits integers specialised
> arrays? Currently, the limit is 29-bits integers.
> >
> Done. It is sort of a hack: the previously 29-bits (or
> 61-bits) are now
> 32-bits (or 64-bits) on the platform. No 32-bit arrays are
> provided for
> the 64-bits platform yet.
Great, thanks. And do you think you could the same for (unsigned-byte 32)?
Currently:
> (make-array 3 :element-type '(unsigned-byte 32))
#(NIL NIL NIL)
> (make-array 3 :element-type '(signed-byte 32))
#(0 0 0)
Michael.
More information about the ecl-devel
mailing list