Re: 128 bit integer code needed
- From: "cr88192" <cr88192@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 07:01:26 +1000
"jacob navia" <jacob@xxxxxxxxxx> wrote in message
news:fv73ct$qei$1@xxxxxxxxxxx
Hi
I am incorporating 128 Bit integer code into lcc-win and it would be nice
to have some code to test this feature.
Has anyone here code that uses 128 bit integers?
Thanks in advance
P.S. This feature is now native in the 64 bit version, i.e.
not using operator overloading as in the 32 bit version.
my case, I just beat together more basic tests and verified output
manually...
however, in my case I also have an even more debatable feature:
128 bit pointers...
basic idea: 16 bit tag, 48 bit segment, 64 bit offset.
purpose: persistent storage, possibly DSM.
why such big segments: so they can be unique and generated with an RNG.
....
--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
.
- References:
- 128 bit integer code needed
- From: jacob navia
- 128 bit integer code needed
- Prev by Date: Re: 128 bit integer code needed
- Next by Date: Re: struct versioning
- Previous by thread: Re: 128 bit integer code needed
- Next by thread: Re: 128 bit integer code needed
- Index(es):
Relevant Pages
|