This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Using GMP for BigIntegers.
- To: <java at gcc dot gnu dot org>
- Subject: Re: Using GMP for BigIntegers.
- From: "Mark J. Roberts" <mjr at statesmean dot com>
- Date: Tue, 30 Jan 2001 14:21:09 -0500 (EST)
On 29 Jan 2001, Per Bothner wrote:
> ...JArray<jint>* x...
> carry += ((jlong) x[i] & 0xffffffffL);
Shouldn't that be elements(x)[i]? (And I also see jintArray is a synonym
for JArray<jint>*.)
Anyway, this (the former) approach is the one I'm going to take. I'll have
a working implementation in a day or two, then I'll have some of the local
C gurus look at it, and finally it'll come back around here.
--
Mark Roberts
mjr@statesmean.com