Re: declare 64 bit integers?
- From: "Alex Mizrahi" <udodenko@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 11:56:16 +0300
(message (Hello 'Nathan)
(you :wrote :on '(Fri, 28 Sep 2007 14:51:48 -0000))
(
??>> i'm afraid it won't run "super fast" (if you mean using directly
??>> machine registers/CPU instructions) on any available
??>> implementation. you can pick one -- for example, SBCL -- and ask
??>> developers if it's possible to extend compiler to suport this stuff.
NF> The original poster didn't specify what the target machine was
NF> (although it
NF> sounds like he's using a 32-bit machine), but for the record, SBCL on
NF> x86-64
NF> can do unboxed operations on 64-bit integers just like Java or C++.
just of curiosity -- this is how?
* (log most-positive-fixnum 2)
60.0
so fixnums are just 61 bit wide, that's not interesting. how to declare
64-bit interger value?
)
(With-best-regards '(Alex Mizrahi) :aka 'killer_storm)
"Hanging In The Balance Of Deceit And Blasphemy")
.
- Follow-Ups:
- Re: declare 64 bit integers?
- From: adejneka
- Re: declare 64 bit integers?
- From: David Lichteblau
- Re: declare 64 bit integers?
- References:
- declare 64 bit integers?
- From: jrwats
- Re: declare 64 bit integers?
- From: Alex Mizrahi
- Re: declare 64 bit integers?
- From: Nathan Froyd
- declare 64 bit integers?
- Prev by Date: OT: announcement: FriCAS-1.0.0 release
- Next by Date: ANNOUNCE: CL-SQS, an interface to Amazon SQS
- Previous by thread: Re: declare 64 bit integers?
- Next by thread: Re: declare 64 bit integers?
- Index(es):
Relevant Pages
|