in reply to Re^2: Module for 128-bit integer math?
in thread Module for 128-bit integer math?
You could try to go down the interesting route of compiling a Perl with an IV size of 128 bit, but that'll likely make the XS libraries crash and burn as they likely suppose that sizeof(void *) == sizeof(int) == sizeof(IV). But it might be worth a try to just see whether Perl compiles and tests OK with an enlarged IV.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Module for 128-bit integer math?
by BrowserUk (Patriarch) on Feb 06, 2011 at 11:53 UTC | |
by Argel (Prior) on Feb 08, 2011 at 23:18 UTC | |
by BrowserUk (Patriarch) on Feb 08, 2011 at 23:20 UTC |