File tree 1 file changed +2
-1
lines changed
src/test/java/de/tilman_neumann/jml/factor
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,8 @@ private void testRange(int bits) {
218
218
if (bits >52 && algName .startsWith ("SquFoF31" )) continue ; // int implementation
219
219
if (bits >59 && algName .startsWith ("Lehman" )) continue ; // TODO make it work again for 60 bit?
220
220
if (bits >31 && algName .startsWith ("TDiv31" )) continue ; // int implementation
221
- if (bits >31 && algName .startsWith ("PollardRho31" )) continue ; // long implementation
221
+ if (bits >31 && algName .startsWith ("PollardRho31" )) continue ; // int implementation
222
+ if (bits >31 && algName .startsWith ("PollardRhoBrent31" )) continue ; // int implementation
222
223
if (bits >42 && algName .startsWith ("TDiv63Inverse" )) continue ; // not enough primes stored
223
224
if (bits >57 && algName .equals ("PollardRhoBrentMontgomeryR64Mul63" )) continue ; // very slow above
224
225
if (bits >28 && algName .startsWith ("HartMultiplierChainSqrtN" )) continue ; // no multipliers for bigger N
You can’t perform that action at this time.
0 commit comments