Dana Jacobsen

Results 29 comments of Dana Jacobsen

It looks like there were a few conflicting things preventing this from showing up as obviously for me. Importantly, I allow caching past 65535, which isn't necessary good or bad,...

v0.31 has this update, but we should still see what other targets could support this.

From boost, it looks like we could do something like: `#if BITS_PER_WORD == 64 && __GNUC__ == 4 && __GNUC_MINOR__ >= 4 && defined(__SIZEOF_INT128__) && !defined(__CUDACC__)`

Sorry for being so late to this. This test script is finding errors as it is meant to, even though it sure would be easier to not test for these...

Apologies again, unfortunate vacation timing. I will work on getting a trial release on cpan this week.

I wish there was a good way to generalize this. I can see how it can be done in C, and it would be fast, but it looks like 90%...

Interesting. I see in util.h: ``` extern UV modinverse(UV a, UV p); /* Returns 1/a mod p */ extern UV divmod(UV a, UV b, UV n); /* Returns a/b mod...

x is a variable that doesn't take a value. You need to compare two polynomials. All the operations are on the polynomial coefficients and exponents as we do polynomial math....

I've got a list of necessary changes before the first release candidate. I hope within a few weeks.