You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW I see the same failures on 32-bit perl-5.34.0 (ivsize == 4) built using mingw-w64 port of gcc-10.2.0.
However, all tests pass for the same version of 32-bit perl, built using the same toolchain on the same machine, but having ivsize == 8.
Apparently, there's something in the github version that's not allowing for the possibility that ivsize is 4.
(Maybe it's in the test scripts themselves ? ... I haven't investigated.)
Hi. I tested the latest GitHub commit of
Math::Prime::Util
on a 32-bit Android phone, using the Termux environment and theclang
compiler.Unfortunately, some tests failed:
Here are the versions of the dependencies:
Perl version is 5.34.1:
The library can be installed, by ignoring the tests, but some functions will produce incorrect results:
Steps to reproduce the issue:
Alternative commands, using
git
instead ofcpanm
(and also without installingMath::Prime::Util::GMP
):The text was updated successfully, but these errors were encountered: