|
|
"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
|
|